package
0.0.0-20240908172838-7bcebe7d766f
Repository: https://github.com/evcc-io/evcc.git
Documentation: pkg.go.dev

# Packages

# Functions

MetaTokenSource creates a token source that is created using the `newTS` function or recreated once it fails to return tokens.

# Structs

Token is an OAuth2-compatible token that supports the expires_in attribute.

# Interfaces

TokenExchanger exchanges a VW identity response into a (refreshing) VAG token source.
TokenSource is a VAG token source compatible with oauth2.TokenSource.

# Type aliases

TokenRefresher refreshes a token.