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