Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class OAuth2SignInResponse

    Gets or sets the error message associated with the sign-in response, if any.

    Inheritance
    object
    SignInResponse
    OAuth2SignInResponse
    Inherited Members
    SignInResponse.IdToken
    SignInResponse.AccessToken
    SignInResponse.ExpiresIn
    SignInResponse.RefreshToken
    SignInResponse.TokenType
    SignInResponse.SignInType
    SignInResponse.Session
    SignInResponse.ChallengeName
    SignInResponse.ChallengeParameters
    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 OAuth2SignInResponse : SignInResponse

    Properties

    | Edit this page View Source

    Email

    Gets or sets the email address of the user.

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

    Error

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

    FirstName

    Gets or sets the first name of the user.

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

    LastName

    Gets or sets the last name of the user.

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

    NeedRegister

    Gets or sets a flag indicating whether the user needs to register.

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

    Picture

    Gets or sets the URL of the user's profile picture.

    Declaration
    public string Picture { 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