Uses of Class
no.nav.security.token.support.client.core.OAuth2GrantType
-
Packages that use OAuth2GrantType Package Description no.nav.security.token.support.client.core no.nav.security.token.support.client.core.oauth2 -
-
Uses of OAuth2GrantType in no.nav.security.token.support.client.core
Fields in no.nav.security.token.support.client.core declared as OAuth2GrantType Modifier and Type Field Description static OAuth2GrantTypeOAuth2GrantType. CLIENT_CREDENTIALSstatic OAuth2GrantTypeOAuth2GrantType. JWT_BEARERConstructors in no.nav.security.token.support.client.core with parameters of type OAuth2GrantType Constructor Description ClientProperties(@NotNull URI tokenEndpointUrl, @NotNull OAuth2GrantType grantType, @NotEmpty List<String> scope, @NotNull ClientAuthenticationProperties authentication, URI resourceUrl) -
Uses of OAuth2GrantType in no.nav.security.token.support.client.core.oauth2
Fields in no.nav.security.token.support.client.core.oauth2 with type parameters of type OAuth2GrantType Modifier and Type Field Description static List<OAuth2GrantType>OAuth2AccessTokenService. SUPPORTED_GRANT_TYPES
-