AuthSendUserAttributeVerificationCodeRequest
public struct AuthSendUserAttributeVerificationCodeRequest : AmplifyOperationRequest
Request for sending verification 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
AuthSendUserAttributeVerificationCodeRequest.OptionsDeclaration
Swift
public var options: Options -
Declaration
Swift
public init( attributeKey: AuthUserAttributeKey, options: Options ) -
Declaration
Swift
struct Optionsextension AuthSendUserAttributeVerificationCodeRequest.Options: @unchecked Sendable
View on GitHub