Uses of Class
no.nav.security.token.support.client.core.ClientProperties.TokenExchangeProperties
-
Packages that use ClientProperties.TokenExchangeProperties Package Description no.nav.security.token.support.client.core -
-
Uses of ClientProperties.TokenExchangeProperties in no.nav.security.token.support.client.core
Methods in no.nav.security.token.support.client.core that return ClientProperties.TokenExchangeProperties Modifier and Type Method Description ClientProperties.TokenExchangePropertiesClientProperties.TokenExchangeProperties.TokenExchangePropertiesBuilder. build()ClientProperties.TokenExchangePropertiesClientProperties. getTokenExchange()Methods in no.nav.security.token.support.client.core with parameters of type ClientProperties.TokenExchangeProperties Modifier and Type Method Description ClientProperties.ClientPropertiesBuilderClientProperties.ClientPropertiesBuilder. tokenExchange(ClientProperties.TokenExchangeProperties tokenExchange)Constructors in no.nav.security.token.support.client.core with parameters of type ClientProperties.TokenExchangeProperties Constructor Description ClientProperties(URI tokenEndpointUrl, URI wellKnownUrl, @NotNull OAuth2GrantType grantType, List<String> scope, @NotNull ClientAuthenticationProperties authentication, URI resourceUrl, ClientProperties.TokenExchangeProperties tokenExchange)
-