Class IdToken
Represents the claims contained within an ID token obtained during sign-in.
Inherited Members
Namespace: Unity.Services.Authentication.PlayerAccounts
Assembly: solution.dll
Syntax
public class IdToken : BaseJwt
Fields
| Name | Description |
|---|---|
| Audience | Gets the audience of the ID token. |
| Issuer | Gets the issuer of the ID token. |
| JwtId | Gets the JWT ID of the ID token. |
| Subject | Gets the subject identifier of the user. |
Properties
| Name | Description |
|---|---|
Gets the email of the user. |
|
| EmailVerified | Indicates whether the user's email address is verified. |
| IsPrivateEmail | Indicates whether the user's email address is private. |
| Nonce | Gets the nonce value used during the authentication request. |