Class ClientAuthenticationProperties
java.lang.Object
no.nav.security.token.support.client.core.ClientAuthenticationProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionClientAuthenticationProperties(@NotNull String clientId, com.nimbusds.oauth2.sdk.auth.ClientAuthenticationMethod clientAuthMethod, String clientSecret, String clientJwk) -
Method Summary
-
Constructor Details
-
ClientAuthenticationProperties
-
-
Method Details
-
builder
-
getClientId
-
getClientAuthMethod
public com.nimbusds.oauth2.sdk.auth.ClientAuthenticationMethod getClientAuthMethod() -
getClientSecret
-
getClientJwk
-
getClientRsaKey
public com.nimbusds.jose.jwk.RSAKey getClientRsaKey() -
equals
-
hashCode
public int hashCode() -
toString
-
toBuilder
-