Protocols
The following protocols are available globally.
-
Generic representation of Auth0 errors.
See moreAuthenticationError
,ManagementError
,WebAuthError
, andCredentialsManagerError
conform to this protocol.Declaration
Swift
public protocol Auth0Error : LocalizedError, CustomDebugStringConvertible
-
Generic representation of Auth0 API errors.
See moreAuthenticationError
andManagementError
conform to this protocol.Declaration
Swift
public protocol Auth0APIError : Auth0Error
-
Client for the Auth0 Authentication API.
See more -
Generic storage API for storing credentials.
See moreDeclaration
Swift
public protocol CredentialsStorage
-
A type that can log statements for debugging purposes.
See moreDeclaration
Swift
public protocol Loggable
-
Logger for debugging purposes.
See moreDeclaration
Swift
public protocol Logger
-
Declaration
Swift
public protocol Trackable
-
-