AuthChangePasswordRequest
public struct AuthChangePasswordRequest : AmplifyOperationRequest
Request for change password operation
-
Old or existing password for the signed in user
Declaration
Swift
public let oldPassword: String
-
New password for the user
Declaration
Swift
public let newPassword: String
-
Extra request options defined in
AuthChangePasswordRequest.Options
Declaration
Swift
public var options: Options
-
Declaration
Swift
public init(oldPassword: String, newPassword: String, options: Options)
-
Declaration
Swift
struct Options