docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CodeLinkConfirmationRequest

    Request for confirming the code linking.

    Inheritance
    object
    CodeLinkConfirmationRequest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.PlayerAuthentication
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class CodeLinkConfirmationRequest

    Constructors

    CodeLinkConfirmationRequest(string, string, string, string)

    Initializes a new instance of the CodeLinkConfirmationRequest class.

    Declaration
    [Preserve]
    public CodeLinkConfirmationRequest(string signInCode = null, string sessionToken = null, string idProvider = null, string externalToken = null)
    Parameters
    Type Name Description
    string signInCode

    The code returned in the GenerateCodeResponse. (required).

    string sessionToken

    The authenticated device session token, for added security..

    string idProvider

    This is the id provider type. Only for consoles..

    string externalToken

    External token to validate the user. Only for consoles..

    Properties

    ExternalToken

    External token to validate the user. Only for consoles.

    Declaration
    [Preserve]
    public string ExternalToken { get; set; }
    Property Value
    Type Description
    string

    External token to validate the user. Only for consoles.

    IdProvider

    This is the id provider type. Only for consoles.

    Declaration
    [Preserve]
    public string IdProvider { get; set; }
    Property Value
    Type Description
    string

    This is the id provider type. Only for consoles.

    SessionToken

    The authenticated device session token, for added security.

    Declaration
    [Preserve]
    public string SessionToken { get; set; }
    Property Value
    Type Description
    string

    The authenticated device session token, for added security.

    SignInCode

    The code returned in the GenerateCodeResponse.

    Declaration
    [Preserve]
    public string SignInCode { get; set; }
    Property Value
    Type Description
    string

    The code returned in the GenerateCodeResponse.

    In This Article
    Back to top
    Copyright © 2024 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)