MSALNativeAuthStrongAuthRegistrationRequiredState
@objcMembers
public class MSALNativeAuthStrongAuthRegistrationRequiredState : MSALNativeAuthState
The server requires strong authentication registration (JIT); the user must select an auth method.
Continue with selectAuthMethod(_:verificationContact:delegate:).
Warning
This API is experimental. It may be changed in the future without notice. Do not use in production applications.-
The authentication methods available for registration.
Declaration
Swift
public let authMethods: [MSALAuthMethod] -
Select an authentication method for strong-auth registration.
Declaration
Swift
public func selectAuthMethod( _ method: MSALAuthMethod, verificationContact: String?, delegate: MSALNativeAuthFlowDelegate ) -
Select an authentication method for strong-auth registration, without an explicit verification contact.
Declaration
Swift
public func selectAuthMethod(_ method: MSALAuthMethod, delegate: MSALNativeAuthFlowDelegate) -
Declaration
Swift
public override var description: String { get }
View on GitHub