Protocols

The following protocols are available globally.

  • Describes the available operations to proccess Factors and Challenges

    See more

    Declaration

    Swift

    public protocol TwilioVerify
  • Undocumented

    See more

    Declaration

    Swift

    public protocol OperationError : LocalizedError
  • Describes the available operations to log information

    See more

    Declaration

    Swift

    public protocol LoggerService
  • Describes the information of a Challenge

    See more

    Declaration

    Swift

    public protocol Challenge
  • Describes the information of a ChallengeList

    See more

    Declaration

    Swift

    public protocol ChallengeList
  • Describes the information of a Factor.

    See more

    Declaration

    Swift

    public protocol Factor
  • Describes the information required to create a Factor.

    See more

    Declaration

    Swift

    public protocol FactorPayload
  • Describes the Metadata of a paginated service

    See more

    Declaration

    Swift

    public protocol Metadata
  • Describes the information required to update a Challenge

    See more

    Declaration

    Swift

    public protocol UpdateChallengePayload
  • Describes the information required to update a Factor

    See more

    Declaration

    Swift

    public protocol UpdateFactorPayload
  • Describes the information required to verify a Factor

    See more

    Declaration

    Swift

    public protocol VerifyFactorPayload

Protocols