Namespace Innovt.Cloud.AWS.Cognito.Model
Classes
AdminUpdateUserAttributesRequest
Represents a request to update user attributes.
AuthChallengeResponse
Represents the response of an authentication challenge, including metadata and authentication result.
ChangePasswordRequest
Represents a request to change a user's password, including required parameters and validation.
ConfirmForgotPasswordRequest
Represents a request to confirm a forgotten password, including a password reset operation.
ConfirmSignUpRequest
Represents a request to confirm a user sign-up.
DeleteUserAccountRequest
Represents a request to update user attributes.
ErrorCode
Provides a collection of error codes used in the application.
ForgotPasswordRequest
Represents a request for initiating the forgot password process.
GetUserRequest
Represents a request for retrieving user information based on a specified field and value.
LinkSocialAccountRequest
Represents a request to update user attributes.
OAuth2SignInResponse
Gets or sets the error message associated with the sign-in response, if any.
OtpSignInRequest
Represents a request for one-time password (OTP) sign-in.
RefreshTokenRequest
Represents a request for refreshing an authentication token using a refresh token.
RefreshTokenResponse
Represents a response containing refreshed authentication tokens.
RequestBase
Base class for request objects used in API calls.
ResendConfirmationCodeRequest
Represents a request for resending a confirmation code to a user.
RespondToAuthChallengeRequest
Represents a request for responding to an authentication challenge.
SignInRequest
Represents a request for user sign-in.
SignInRequestBase
Represents a base class for sign-in requests.
SignInResponse
Represents a response containing sign-in information.
SignOutRequest
Represents a request to sign out with an access token.
SignUpResponse
Represents the response from a user sign-up operation.
SocialSignInRequest
Represents a request for social sign-in using an OAuth code and redirect URI.
UpdateUserAttributesRequest
Represents a request to update user attributes.
Interfaces
IGetUserResponse
Represents the response interface for retrieving user information.
IRequestBase
Represents the base interface for request objects with validation support.
ISignUpRequest
Represents the interface for sign-up requests with user information and custom attributes.