DeviceBindingCallback

open class DeviceBindingCallback : MultipleValuesCallback, Binding

Callback to collect the device binding information

Properties

  • The userId received from server

    Declaration

    Swift

    public private(set) var userId: String { get }
  • The userName received from server

    Declaration

    Swift

    public private(set) var userName: String { get }
  • The challenge received from server

    Declaration

    Swift

    public private(set) var challenge: String { get }
  • The authentication type of the journey

    Declaration

    Swift

    public private(set) var deviceBindingAuthenticationType: DeviceBindingAuthenticationType { get }
  • Declaration

    Swift

    public private(set) var title: String { get }
  • Declaration

    Swift

    public private(set) var subtitle: String { get }
  • Declaration

    Swift

    public private(set) var promptDescription: String { get }
  • Declaration

    Swift

    public private(set) var timeout: Int? { get }

Init

Set values