[][src]Module service_authenticator::authenticator

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.