docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IdToken

    Represents the claims contained within an ID token obtained during sign-in.

    Inheritance
    object
    BaseJwt
    IdToken
    Inherited Members
    BaseJwt.ExpirationTimeUnix
    BaseJwt.IssuedAtTimeUnix
    BaseJwt.NotBeforeTimeUnix
    BaseJwt.ExpirationTime
    BaseJwt.IssuedAtTime
    BaseJwt.NotBeforeTime
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    Email

    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.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)