OAuth2Authentication
OAuth2 authentication information for third-party providers.
Contents
- sub
-
The subject (sub) claim from the OAuth2 provider. Uniquely identifies the user at the provider.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: Yes
- emailAddress
-
The email address from the OAuth2 provider.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 254.
Pattern:
[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}Required: No
- name
-
The user's name from the OAuth2 provider.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- username
-
The username from the OAuth2 provider.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: