ForgotPasswordResponse
public struct ForgotPasswordResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The code delivery details returned by the server in response to the request to reset a password.
Declaration
Swift
public let codeDeliveryDetails: CodeDeliveryDetailsType?
-
Undocumented
Declaration
Swift
public init(codeDeliveryDetails: CodeDeliveryDetailsType? = nil)