SaltoKeyIdentifier

public struct SaltoKeyIdentifier : Equatable

An object that contains all the identifiers for a Salto Key but not the actual key value itself

  • The ID of the credential the Salto Key belongs to

    Declaration

    Swift

    public let credentialId: String
  • The Unique Identifier for the Salto Server the Salto Key belongs to

    Declaration

    Swift

    public let saltoServerId: UUID
  • The assigned name of the Salto Key

    Declaration

    Swift

    public let name: String?
  • The datetime the Salto Key was issued

    Declaration

    Swift

    public let issueTime: Date?
  • The datetime the Salto Key will expire

    Declaration

    Swift

    public let expiryTime: Date?
  • Facility ID of the site this Salto Key was received from or zero if same as the Mobile Credential

    Declaration

    Swift

    public let sourceSiteFacilityId: Int