Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class RefreshTokenResponse

    Represents a response containing refreshed authentication tokens.

    Inheritance
    object
    RefreshTokenResponse
    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 RefreshTokenResponse

    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

    ExpiresIn

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

    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

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

    TokenType

    Gets or sets the type of token (e.g., "Bearer").

    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