@@ -626,12 +626,13 @@ aggregated at [IANA](https://www.iana.org/assignments/jwt/jwt.xhtml).
626
626
` JwtTypes ` is a nested class that provides a set of constants for
627
627
confirmation methods. It can be found under the ` JwtConstants ` class.
628
628
629
- | Type | Value | Description |
630
- | :-------------------------| :--------------------------| :-----------------------------------|
631
- | AccessToken | ` at+jwt ` | OAuth 2.0 access token. |
632
- | AuthorizationRequest | ` oauth-authz-req+jwt ` | JWT secured authorization request. |
633
- | DPoPProofToken | ` dpop+jwt ` | DPoP proof token. |
634
- | IntrospectionJwtResponse | ` token-introspection+jwt ` | Token introspection JWT response. |
629
+ | Type | Value | Description |
630
+ | :-------------------------| :----------------------------| :----------------------------------------------------------|
631
+ | AccessToken | ` at+jwt ` | OAuth 2.0 access token. |
632
+ | AuthorizationRequest | ` oauth-authz-req+jwt ` | JWT secured authorization request. |
633
+ | DPoPProofToken | ` dpop+jwt ` | DPoP proof token. |
634
+ | IntrospectionJwtResponse | ` token-introspection+jwt ` | Token introspection JWT response. |
635
+ | ClientAuthentication | ` client-authentication+jwt ` | Client authentication JWT (for use with private_key_jwt). |
635
636
636
637
### ConfirmationMethods
637
638
@@ -642,4 +643,4 @@ confirmation methods. It can be found under the `JwtConstants` class.
642
643
| :---------------------| :-----------| :-------------------------------------------|
643
644
| JsonWebKey | ` jwk ` | JSON web key. |
644
645
| JwkThumbprint | ` jkt ` | JSON web key thumbprint. |
645
- | X509ThumbprintSha256 | ` x5t#S256 ` | X.509 certificate thumbprint using SHA256. |
646
+ | X509ThumbprintSha256 | ` x5t#S256 ` | X.509 certificate thumbprint using SHA256. |
0 commit comments