Class SignInRequestBase
Represents a base class for sign-in requests.
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Model
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public abstract class SignInRequestBase : RequestBase, IRequestBase, IValidatableObject
Properties
| Edit this page View SourceUserName
Gets or sets the user's username.
Declaration
[Required]
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |