MSALNativeAuthChannelType
@objcMembers
public class MSALNativeAuthChannelType : NSObject
The channel type via which a code was sent
-
Value of the channel used.
Declaration
Swift
public let value: String
-
Returns
true
if the channel is email.Declaration
Swift
public var isEmailType: Bool { get }
-
Returns
true
if the channel is SMS.Declaration
Swift
public var isSMSType: Bool { get }