MSALAuthMethod
@objc
public class MSALAuthMethod : NSObject
MSALAuthMethod represents a user’s authentication methods.
-
Authentication method identifier
Declaration
Swift
public let id: String
-
Authentication method challenge type (oob, etc.)
Declaration
Swift
public let challengeType: String
-
Authentication method login hint (e.g. user@contoso.com)
Declaration
Swift
public let loginHint: String
-
Authentication method channel target (email, etc.)
Declaration
Swift
public let channelTargetType: MSALNativeAuthChannelType