Class ClientAssertion
-
- All Implemented Interfaces:
public final class ClientAssertion
-
-
Constructor Summary
Constructors Constructor Description ClientAssertion(URI tokenEndpointUrl, ClientAuthenticationProperties auth)ClientAssertion(URI tokenEndpointUrl, String clientId, RSAKey rsaKey, Integer expiryInSeconds)
-
Method Summary
Modifier and Type Method Description final Stringassertion()final StringassertionType()-
-
Constructor Detail
-
ClientAssertion
ClientAssertion(URI tokenEndpointUrl, ClientAuthenticationProperties auth)
-
-
Method Detail
-
assertionType
@Deprecated(message = "Use com.nimbusds.oauth2.sdk.auth.JWTAuthentication instead", replaceWith = @ReplaceWith(imports = {}, expression = "JWTAuthentication.CLIENT_ASSERTION_TYPE"), level = DeprecationLevel.WARNING) final String assertionType()
-
-
-
-