Class AuthChallengeResponse
Represents the response of an authentication challenge, including metadata and authentication result.
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Model
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public class AuthChallengeResponse
Properties
| Edit this page View SourceAuthenticationResult
Gets or sets the authentication result of the challenge.
Declaration
public SignInResponse AuthenticationResult { get; set; }
Property Value
Type | Description |
---|---|
SignInResponse |
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> |