Class SignInResponse
Represents a response containing sign-in information.
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Model
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public class SignInResponse
Properties
| Edit this page View SourceAccessToken
Gets or sets the access token.
Declaration
public string AccessToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ChallengeName
Gets or sets the challenge name.
Declaration
public string ChallengeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ChallengeParameters
Gets or sets the challenge parameters.
Declaration
public Dictionary<string, string> ChallengeParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
ExpiresIn
Gets or sets the expiration time in seconds for the access token.
Declaration
public int ExpiresIn { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
IdToken
Gets or sets the ID token.
Declaration
public string IdToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RefreshToken
Gets or sets the refresh token.
Declaration
public string RefreshToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Session
Gets or sets the session.
Declaration
public string Session { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignInType
Gets or sets the sign-in type.
Declaration
public string SignInType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TokenType
Gets or sets the token type.
Declaration
public string TokenType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |