docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SignInWithCodeRequest

    Request for checking if the code was confirmed.

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

    Constructors

    SignInWithCodeRequest(string)

    Initializes a new instance of the SignInWithCodeRequest class.

    Declaration
    [Preserve]
    public SignInWithCodeRequest(string codeVerifier = null)
    Parameters
    Type Name Description
    string codeVerifier

    Verifier for PKCE validation. (required).

    Properties

    CodeVerifier

    Verifier for PKCE validation.

    Declaration
    [DataMember(Name = "codeVerifier", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string CodeVerifier { get; set; }
    Property Value
    Type Description
    string

    Verifier for PKCE validation.

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