cache

package
v0.1.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package cache provides cached token sources for authentication flows.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CachingTokenSource

type CachingTokenSource interface {
	oauth2.TokenSource

	// InvalidateToken is called when the token is rejected by the resource server.
	InvalidateToken() error
}

A CachingTokenSource is anything that can return a token, and is backed by a cache.

func NewDefaultTokenCache

func NewDefaultTokenCache(store store.Store, audience string,
	refresher auth.AuthorizationGrantRefresher) (CachingTokenSource, error)

NewDefaultTokenCache creates a default token cache with the given store and refresher.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL