Class OAuth2SignInResponse
Gets or sets the error message associated with the sign-in response, if any.
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Model
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public class OAuth2SignInResponse : SignInResponse
Properties
| Edit this page View SourceGets or sets the email address of the user.
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Error
Declaration
public string Error { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FirstName
Gets or sets the first name of the user.
Declaration
public string FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastName
Gets or sets the last name of the user.
Declaration
public string LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NeedRegister
Gets or sets a flag indicating whether the user needs to register.
Declaration
public bool NeedRegister { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Picture
Gets or sets the URL of the user's profile picture.
Declaration
public string Picture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |