Enumerations

The following enumerations are available globally.

  • Represents the status of an RFC 8628 device authorization flow.

    See more

    Declaration

    Swift

    public enum DeviceFlowStatus : Sendable
  • Keys used in the unified SDK JSON configuration schema.

    See more

    Declaration

    Swift

    public enum JsonConfigKey
  • Errors thrown during JSON-based SDK configuration parsing.

    See more

    Declaration

    Swift

    public enum JsonConfigError : Error, LocalizedError, Sendable

– Error types

  • Declaration

    Swift

    public enum AuthorizeError : Error, LocalizedError, Sendable
  • Enum for OIDC errors.

    See more

    Declaration

    Swift

    public enum OidcError : LocalizedError, Sendable