Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ RefreshToken
Method
RefreshToken
api/cfnetworking/wrapper/uaa_authentication.go:21–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
type
TokenCache
interface
{
20
AccessToken() string
21
RefreshToken() string
22
SetAccessToken(token string)
23
SetRefreshToken(token string)
24
}
Callers
10
uaa_authentication_test.go
File · 0.65
Make
Method · 0.65
refreshTokenIfNecessary
Method · 0.65
RefreshAuthToken
Method · 0.65
uaa_authentication_test.go
File · 0.65
Make
Method · 0.65
uaa_authentication_test.go
File · 0.65
Make
Method · 0.65
uaa_authentication_test.go
File · 0.65
Make
Method · 0.65
Implementers
13
FakeConfig
command/commandfakes/fake_config.go
ConfigRepository
cf/configuration/coreconfig/config_rep
FakeRepository
cf/configuration/coreconfig/coreconfig
FakeReadWriter
cf/configuration/coreconfig/coreconfig
FakeTokenCache
api/cloudcontroller/wrapper/wrapperfak
InMemoryCache
api/cloudcontroller/wrapper/util/in_me
FakeTokenCache
api/uaa/wrapper/wrapperfakes/fake_toke
InMemoryCache
api/uaa/wrapper/util/in_memory_cache.g
FakeTokenCache
api/router/wrapper/wrapperfakes/fake_t
FakeTokenCache
api/cfnetworking/wrapper/wrapperfakes/
InMemoryCache
api/cfnetworking/wrapper/util/in_memor
FakeConfig
actor/v7action/v7actionfakes/fake_conf
Calls
no outgoing calls
Tested by
no test coverage detected