Uses of Enum Class
org.frankframework.http.authentication.OAuthAccessTokenManager.AuthenticationType
-
Uses of OAuthAccessTokenManager.AuthenticationType in org.frankframework.http.authentication
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.OAuthAccessTokenManager.AuthenticationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionOAuthAccessTokenManager
(String tokenEndpoint, String scope, CredentialFactory clientCF, boolean useClientCredentials, OAuthAccessTokenManager.AuthenticationType authType, AbstractHttpSession httpSession, int expiry)