MSALNativeAuthResetPasswordParameters
@objcMembers
public class MSALNativeAuthResetPasswordParameters : NSObject
Encapsulates the parameters passed to the resetPassword method of MSALNativeAuthPublicClientApplication
-
username of the account to reset password.
Declaration
Swift
public var username: String
-
UUID to correlate this request with the server for debugging.
Declaration
Swift
public var correlationId: UUID?
-
Undocumented
Declaration
Swift
public init(username: String)