Structures

The following structures are available globally.

  • Class encapsulating the request access result

    See more

    Declaration

    Swift

    public struct SaltoAccessResult : Equatable, CustomStringConvertible
  • An object that contains all the identifiers for a Salto Key but not the actual key value itself

    See more

    Declaration

    Swift

    public struct SaltoKeyIdentifier : Equatable
  • Represents a Digital ID card

    See more

    Declaration

    Swift

    public struct DigitalId
  • Localization object used to customize UI shown by the SDK

    See more

    Declaration

    Swift

    public struct MobileAccessLocalization
  • Class encapsulating the request access result

    See more

    Declaration

    Swift

    public struct AccessResult : Equatable, CustomStringConvertible
  • Reader action available on a reader

    See more

    Declaration

    Swift

    public struct ReaderAction : Codable
  • The status of the mobile credential keys

    See more

    Declaration

    Swift

    public struct MobileCredentialStatus
  • This object holds Shared Mobile Credential details

    See more

    Declaration

    Swift

    public struct SharedCredential : Equatable
  • Lets you enable additional features of the SDK, which are off by default

    See more

    Declaration

    Swift

    public struct SdkFeature : OptionSet
  • Associated information that accompanies a log message

    See more

    Declaration

    Swift

    public struct LogParameters
  • Represents the configuration of the logging framework

    See more

    Declaration

    Swift

    public struct LogConfiguration