Uses of Record Class
no.nav.security.token.support.client.core.OAuth2GrantType
Packages that use OAuth2GrantType
Package
Description
-
Uses of OAuth2GrantType in no.nav.security.token.support.client.core
Fields in no.nav.security.token.support.client.core declared as OAuth2GrantTypeModifier and TypeFieldDescriptionstatic final OAuth2GrantTypeOAuth2GrantType.CLIENT_CREDENTIALSstatic final OAuth2GrantTypeOAuth2GrantType.JWT_BEARERstatic final OAuth2GrantTypeOAuth2GrantType.TOKEN_EXCHANGEMethods in no.nav.security.token.support.client.core that return OAuth2GrantTypeMethods in no.nav.security.token.support.client.core with parameters of type OAuth2GrantTypeModifier and TypeMethodDescriptionClientProperties.ClientPropertiesBuilder.grantType(@NotNull OAuth2GrantType grantType) Constructors in no.nav.security.token.support.client.core with parameters of type OAuth2GrantTypeModifierConstructorDescriptionClientProperties(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 OAuth2GrantTypeModifier and TypeFieldDescriptionstatic final List<OAuth2GrantType>OAuth2AccessTokenService.SUPPORTED_GRANT_TYPES