docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UsernamePasswordResponse

    Information about the username/password account.

    Inheritance
    object
    UsernamePasswordResponse
    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 UsernamePasswordResponse

    Constructors

    UsernamePasswordResponse(string, string, string, string)

    Initializes a new instance of the UsernamePasswordResponse class.

    Declaration
    [Preserve]
    public UsernamePasswordResponse(string username = null, string createdAt = null, string lastLoginAt = null, string passwordUpdatedAt = null)
    Parameters
    Type Name Description
    string username

    The username. Case insensitive. Length must be between 3-20 with the allowed characters a-z, 0-9 and the symbols [.][-][@][_]. (required).

    string createdAt

    When the username/password account was created. It is a unix timestamp..

    string lastLoginAt

    When the username/password account last logged in. It is a unix timestamp..

    string passwordUpdatedAt

    When the username/password account password was last updated. It is a unix timestamp..

    Properties

    CreatedAt

    When the username/password account was created. It is a unix timestamp.

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

    When the username/password account was created. It is a unix timestamp.

    LastLoginAt

    When the username/password account last logged in. It is a unix timestamp.

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

    When the username/password account last logged in. It is a unix timestamp.

    PasswordUpdatedAt

    When the username/password account password was last updated. It is a unix timestamp.

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

    When the username/password account password was last updated. It is a unix timestamp.

    Username

    The username. Case insensitive. Length must be between 3-20 with the allowed characters a-z, 0-9 and the symbols [.][-][@][_].

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

    The username. Case insensitive. Length must be between 3-20 with the allowed characters a-z, 0-9 and the symbols [.][-][@][_].

    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)