DeviceSigningVerifierCallback

open class DeviceSigningVerifierCallback : 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 challenge received from server

    Declaration

    Swift

    public private(set) var challenge: String { 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