MSALNativeAuthChannelType

@objc
public enum MSALNativeAuthChannelType : Int

The possible Channel Types via which a code was sent

  • Specifies if the channel type is Email

    Declaration

    Swift

    case email
  • Specifies if the channel type is Phone

    Declaration

    Swift

    case phone