MSALNativeAuthRegisterStrongAuthVerificationRequiredResult

public class MSALNativeAuthRegisterStrongAuthVerificationRequiredResult : NSObject

Undocumented

  • An object representing the new state of the flow with follow on methods.

    Declaration

    Swift

    @objc
    public var newState: RegisterStrongAuthVerificationRequiredState { get }
  • The email/phone number that the code was sent to.

    Declaration

    Swift

    @objc
    public var sentTo: String { get }
  • The channel (email/phone) the code was sent through.

    Declaration

    Swift

    @objc
    public var channelTargetType: MSALNativeAuthChannelType { get }
  • The length of the code required.

    Declaration

    Swift

    @objc
    public var codeLength: Int { get }