package
1.61.0
Repository: https://github.com/common-fate/sdk.git
Documentation: pkg.go.dev

# Functions

New creates a new token storage driver.
No description provided by the author
New creates a new token storage driver.
WithKeyring specifies a custom keyring to use.

# Variables

No description provided by the author

# Structs

No description provided by the author
Keyring is a wrapper around 99designs/keyring that handles config via env vars and marshalling/unmarshalling of items.
NotifyRefreshTokenSource is essentially `oauth2.ResuseTokenSource` with `TokenNotifyFunc` added.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

TokenNotifyFunc is a function that accepts an oauth2 Token upon refresh, and returns an error if it should not be used.