Crate goauth[][src]

Modules

auth
credentials
fetcher

Defines a TokenFetcher struct that will automatically refresh tokens at some configured time prior to the token’s expiration.

scopes

Structs

GoErr

Functions

get_token

Async get Token which can be used to authenticate further request

get_token_as_string
get_token_as_string_legacy
get_token_blocking

Get Token which can be used to authenticate further request

get_token_legacy

Get Token which can be used to authenticate further request

get_token_with_client

Type Definitions

Result