MSALNativeAuthNewPasswordRequiredState
@objcMembers
public class MSALNativeAuthNewPasswordRequiredState : MSALNativeAuthState
The server requires the user to enter a new password (self-service password reset).
Continue with submitNewPassword(_:delegate:).
Warning
This API is experimental. It may be changed in the future without notice. Do not use in production applications.-
Submit a new password (self-service password reset).
Declaration
Swift
public func submitNewPassword(_ password: String, delegate: MSALNativeAuthFlowDelegate) -
Declaration
Swift
public override var description: String { get }
View on GitHub