AuthDevice

public protocol AuthDevice

Device used by the user to sign in

  • id

    Device id

    Declaration

    Swift

    var id: String { get }
  • Device name

    Declaration

    Swift

    var name: String { get }