Class ClientProperties
- java.lang.Object
-
- no.nav.security.token.support.client.core.ClientProperties
-
public class ClientProperties extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClientProperties.TokenExchangeProperties
-
Constructor Summary
Constructors Constructor Description ClientProperties(URI tokenEndpointUrl, URI wellKnownUrl, @NotNull OAuth2GrantType grantType, List<String> scope, @NotNull ClientAuthenticationProperties authentication, URI resourceUrl, ClientProperties.TokenExchangeProperties tokenExchange)
-
-
-
Constructor Detail
-
ClientProperties
public ClientProperties(URI tokenEndpointUrl, URI wellKnownUrl, @NotNull @NotNull OAuth2GrantType grantType, List<String> scope, @NotNull @NotNull ClientAuthenticationProperties authentication, URI resourceUrl, ClientProperties.TokenExchangeProperties tokenExchange)
-
-