ResendConfirmationCode

@JsonSerializable
data class ResendConfirmationCode(val AnalyticsMetaData: AnalyticsMetadata? = null, val ClientId: ClientId, val ClientMetadata: Map<String, String>? = null, val SecretHash: SecretHash? = null, val UserContextData: UserContextData? = null, val Username: Username) : CognitoAction<ResendConfirmationCodeResponse> (source)

Constructors

Link copied to clipboard
constructor(AnalyticsMetaData: AnalyticsMetadata? = null, ClientId: ClientId, ClientMetadata: Map<String, String>? = null, SecretHash: SecretHash? = null, UserContextData: UserContextData? = null, Username: Username)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<ResendConfirmationCodeResponse, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri