Challenge

public struct Challenge : Codable

Multi-factor challenge.

  • How the user will get the challenge and prove possession.

    Declaration

    Swift

    public let challengeType: String
  • Out-of-Band (OOB) code.

    Declaration

    Swift

    public let oobCode: String?
  • When the challenge response includes a prompt binding method, your app needs to prompt the user for the binding_code and send it as part of the request.

    Declaration

    Swift

    public let bindingMethod: String?