Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class AuthChallengeResponse

    Represents the response of an authentication challenge, including metadata and authentication result.

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

    Properties

    | Edit this page View Source

    AuthenticationResult

    Gets or sets the authentication result of the challenge.

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

    Metadata

    Gets or sets the metadata associated with the authentication challenge.

    Declaration
    public IDictionary<string, string> Metadata { get; set; }
    Property Value
    Type Description
    IDictionary<string, 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