Module authenticator

Module authenticator 

Source
Expand description

Module contianing the core functionality for OAuth2 Authentication.

Structsยง

Authenticator
Authenticator is responsible for fetching tokens, handling refreshing tokens, and optionally persisting tokens to disk.
AuthenticatorBuilder
Configure an Authenticator using the builder pattern.