cache – github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache Index | Files | Directories

package cache

import "github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache"

Index

Functions

func New

func New(opts *Options) (azidentity.Cache, error)

New constructs persistent token caches. See the token caching guide for details about the storage implementation.

Types

type Options

type Options struct {
	// Name distinguishes caches. Set this to isolate data from other applications.
	Name string
}

Options for persistent token caches.

Source Files

cache.go linux.go version.go

Directories

PathSynopsis
internal
Version
v0.3.2 (latest)
Published
Jan 15, 2025
Platform
linux/amd64
Imports
18 packages
Last checked
1 week ago

Tools for package owners.