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 phone.

    Declaration

    Swift

    public var isPhoneType: Bool { get }