Structures
The following structures are available globally.
-
Represents an error during a request to the Auth0 Authentication API.
See moreDeclaration
-
Multi-factor challenge.
See moreDeclaration
Swift
public struct Challenge : Codable
-
Credentials management utility for securely storing and retrieving the user’s credentials from the Keychain.
See moreDeclaration
Swift
public struct CredentialsManager
-
Represents an error during a Credentials Manager operation.
See moreDeclaration
Swift
public struct CredentialsManagerError : Auth0Error
extension CredentialsManagerError: Equatable
-
Declaration
Swift
public struct JWKS : Codable
-
Represents an error during a request to the Auth0 Management API v2.
See moreDeclaration
-
Auth0 API request.
See morelet request: Request<Credentials, AuthenticationError> = // ... request.start { result in print(result) }
Declaration
Swift
public struct Request<T, E> : Requestable where E : Auth0APIError
-
Declaration
Swift
public struct Telemetry
-
Represents an error during a Web Auth operation.
See moreDeclaration