Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Currently
OAuth2AuthinheritsAuthProvidervia the intermediateAuthProviderInternalinterface.OAuth2Authshould directly extend it andAuthProviderInternalshould be rather only implemented byOAuth2AuthProviderImpl. Code relying on this should use theinstanceofoperator to check when the provider is actually internal and make a cast (which is likely the case already).