docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UsernamePasswordPasswordUpdateRequest

    Request for updating the password of a player using a Username Password account.

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

    Constructors

    UsernamePasswordPasswordUpdateRequest(string, string)

    Initializes a new instance of the UsernamePasswordPasswordUpdateRequest class.

    Declaration
    [Preserve]
    public UsernamePasswordPasswordUpdateRequest(string password = null, string newPassword = null)
    Parameters
    Type Name Description
    string password

    The password. Length must be between 8-30 and contain at least one uppercase letter, at least one lowercase letter, at least one number and at least one symbol. (required).

    string newPassword

    The password to be changed. Length must be between 8-30 and contain at least one uppercase letter, at least one lowercase letter, at least one number and at least one symbol. (required).

    Properties

    NewPassword

    The password to be changed. Length must be between 8-30 and contain at least one uppercase letter, at least one lowercase letter, at least one number and at least one symbol.

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

    The password to be changed. Length must be between 8-30 and contain at least one uppercase letter, at least one lowercase letter, at least one number and at least one symbol.

    Password

    The password. Length must be between 8-30 and contain at least one uppercase letter, at least one lowercase letter, at least one number and at least one symbol.

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

    The password. Length must be between 8-30 and contain at least one uppercase letter, at least one lowercase letter, at least one number and at least one symbol.

    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)