UserIdentifier
The OAuth2.0 token or user ID that was used to generate the workload access token used for initiating the user authorization flow to retrieve OAuth2.0 tokens.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- userId
-
The ID of the user for whom you have retrieved a workload access token for
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: No
- userToken
-
The OAuth2.0 token issued by the user’s identity provider
Type: String
Length Constraints: Minimum length of 1. Maximum length of 131072.
Pattern:
[A-Za-z0-9-_=]+.[A-Za-z0-9-_=]+.[A-Za-z0-9-_=]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: