LinkedAccountDeveloperJwt
Authentication method using JWT with key ID and subject claims.
Contents
- kid
-
The key ID (kid) from the JWT header. Identifies which key was used to sign the JWT.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9_-]{1,255}Required: Yes
- sub
-
The subject (sub) claim from the JWT payload. Identifies the principal that is the subject of the JWT.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: