docs.unity3d.com
    Show / Hide Table of Contents

    Class SignInCodeInfo

    Contains information on the Code-Link sign in code provided

    Inheritance
    Object
    SignInCodeInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Services.Authentication
    Syntax
    public sealed class SignInCodeInfo

    Properties

    Expiration

    Date the code will expire

    Declaration
    public string Expiration { get; }
    Property Value
    Type Description
    String

    Identifier

    Optional field to identify the device that requested the Code-Link

    Declaration
    public string Identifier { get; }
    Property Value
    Type Description
    String

    SignInCode

    Sign In Code for Code-Link

    Declaration
    public string SignInCode { get; }
    Property Value
    Type Description
    String
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023