Enumerations

The following enumerations are available globally.

  • Status of ID document verification

    See more

    Declaration

    Swift

    public enum DocumentVerificationStatus : Hashable
  • Type of document used for identity verification.

    Declaration

    Swift

    public enum IdDocumentType : Hashable
  • Options for controlling the behaviour of query APIs.

    • cacheOnly: returns query result from the local cache only.
    • remoteOnly: performs the query in the backend and ignores any cached entries.

    Declaration

    Swift

    public enum QueryOption