Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class SignInResponse

    Represents a response containing sign-in information.

    Inheritance
    object
    SignInResponse
    OAuth2SignInResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Cloud.AWS.Cognito.Model
    Assembly: Innovt.Cloud.AWS.Cognito.dll
    Syntax
    public class SignInResponse

    Properties

    | Edit this page View Source

    AccessToken

    Gets or sets the access token.

    Declaration
    public string AccessToken { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ChallengeName

    Gets or sets the challenge name.

    Declaration
    public string ChallengeName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ChallengeParameters

    Gets or sets the challenge parameters.

    Declaration
    public Dictionary<string, string> ChallengeParameters { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    ExpiresIn

    Gets or sets the expiration time in seconds for the access token.

    Declaration
    public int ExpiresIn { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    IdToken

    Gets or sets the ID token.

    Declaration
    public string IdToken { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RefreshToken

    Gets or sets the refresh token.

    Declaration
    public string RefreshToken { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Session

    Gets or sets the session.

    Declaration
    public string Session { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SignInType

    Gets or sets the sign-in type.

    Declaration
    public string SignInType { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TokenType

    Gets or sets the token type.

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

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX