oauth2_manager library

Classes

Credentials
Credentials that prove that a client is allowed to access a resource on the resource owner's behalf.
OAuth2
OAuth2Configuration
This class represents the configuration for an OAuth2 server. It contains the client ID, authorization endpoint, token endpoint, secret, and scopes required for authentication. And contains the methods fromJson,toJson for fetching and sending data.