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_BEARERstatic OAuth2GrantTypeOAuth2GrantType. TOKEN_EXCHANGEConstructors in no.nav.security.token.support.client.core with parameters of type OAuth2GrantType Constructor Description ClientProperties(URI tokenEndpointUrl, URI wellKnownUrl, @NotNull OAuth2GrantType grantType, List<String> scope, @NotNull ClientAuthenticationProperties authentication, URI resourceUrl, ClientProperties.TokenExchangeProperties tokenExchange) -
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
-