Show / Hide Table of Contents

Class LoginInput

Inheritance
object
LoginInput
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Pro.Public.MauiBlazor.OAuth
Assembly: Volo.Abp.Account.Pro.Public.MauiBlazor.dll
Syntax
public class LoginInput

Constructors

LoginInput()

Declaration
public LoginInput()

Properties

Password

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

UserNameOrEmailAddress

Declaration
public string UserNameOrEmailAddress { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft