AuthAttributeResendConfirmationCodeRequest
public struct AuthAttributeResendConfirmationCodeRequest : AmplifyOperationRequest
Request for resending confirmation code that was generated for update attribute
-
Attribute key for which the confirmation code was sent
Declaration
Swift
public let attributeKey: AuthUserAttributeKey
-
Extra request options defined in
AuthAttributeResendConfirmationCodeRequest.Options
Declaration
Swift
public var options: Options
-
Declaration
Swift
public init(attributeKey: AuthUserAttributeKey, options: Options)
-
Declaration
Swift
struct Options