MCPcopy
hub / github.com/cloudfoundry/cli / InMemoryCache

Struct InMemoryCache

api/uaa/wrapper/util/in_memory_cache.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package util
2
3type InMemoryCache struct {
4 accessToken string
5 refreshToken string
6}
7
8func (c InMemoryCache) AccessToken() string {
9 return c.accessToken

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected