Module oauth2

Source
Expand description

Module dedicated to OAuth 2.0 configuration.

This module contains everything related to OAuth 2.0 configuration.

Structs§

OAuth2Config
The OAuth 2.0 configuration.

Enums§

Error
The global Error enum of the module.
OAuth2Method
Method for presenting an OAuth 2.0 bearer token to a service for authentication.
OAuth2Scopes
Access token scope(s), as defined by the authorization server.

Type Aliases§

Result
The global Result alias of the module.