All Classes and Interfaces

Class
Description
Indicates that the access token of a ClientToken has expired, and it's no longer possible to automatically obtain a new access token because refresh token is not present.
 
Configuration for the OAuth 2 flow providing details on the provider and required values in order to complete the flow.
 
 
 
 
 
The result of the OAuth 2 flow containing the accessToken and optionally refreshToken.
 
 
 
 
Client token event
Provides additional information about a ClientToken.
Information about the state of the token, based on its last usage.
 
 
 
 
Indicates that a ClientConfigurationEntity can't be found in the database.
Contains the id of the flow request and the redirect url that the OAuth 2 Provider uses as a callback to
 
The FlowRequestError is created in the unsuccessful OAuth2 flow
Enables clients to start flow requests and to get their results.
 
 
 
Result of the flow request which holds generated ClientToken or FlowRequestError if error occurred
Supported OAuth 2.0 grant types.
Represents an OAuth2 Access Token and its metadata.
 
Indicates potentially recoverable problem with a ClientToken.
Indicates that the refresh token of a ClientToken has expired, and it's no longer possible to automatically obtain a new access token.
Utilities for working with OAuth 2.0 tokens.
Callback to execute with a ClientToken.
Indicates that there was a problem with a ClientToken and it couldn't be used for successful authorisation with an OAuth 2.0 resource server.
Indicates that a ClientTokenEntity can't be found in the database.
Service for obtaining and refreshing ClientToken.
Generic exception for Token services.
Represents an exception that occurs when interacting with the token storage service.
Indicates an unrecoverable problem with a ClientToken.
Common exception class to indicate a validation exception has occurred.