Expand description
Module dedicated to OAuth 2.0 configuration.
This module contains everything related to OAuth 2.0 configuration.
Structs§
- OAuth2
Config - The OAuth 2.0 configuration.
Enums§
- Error
- The global
Errorenum of the module. - OAuth2
Method - Method for presenting an OAuth 2.0 bearer token to a service for authentication.
- OAuth2
Scopes - Access token scope(s), as defined by the authorization server.
Type Aliases§
- Result
- The global
Resultalias of the module.