Interface PrivateKeyJWTContext
- All Superinterfaces:
ClientAuthenticationContext
,InvocationContext
private_key_jwt
client authentication context.-
Method Summary
Modifier and TypeMethodDescriptioncom.nimbusds.jose.JWSHeader
Returns theprivate_key_jwt
header.Methods inherited from interface com.nimbusds.openid.connect.provider.spi.clientauth.ClientAuthenticationContext
getID, getOIDCClientInformation
Methods inherited from interface com.nimbusds.openid.connect.provider.spi.InvocationContext
getIssuer
-
Method Details
-
getJWSHeader
com.nimbusds.jose.JWSHeader getJWSHeader()Returns theprivate_key_jwt
header.- Returns:
- The header.
-