Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/cli
/ RefreshToken
Method
RefreshToken
cf/net/gateway.go:54–54 ·
view source on GitHub ↗
(token string)
Source
from the content-addressed store, hash-verified
52
53
type
tokenRefresher
interface
{
54
RefreshToken(token string) (string, error)
55
}
56
57
type
Request
struct
{
Callers
3
doRequestHandlingAuth
Method · 0.65
gateway_test.go
File · 0.65
json_config_test.go
File · 0.65
Implementers
15
FakeConfig
command/commandfakes/fake_config.go
ConfigRepository
cf/configuration/coreconfig/config_rep
FakeRepository
cf/configuration/coreconfig/coreconfig
FakeReadWriter
cf/configuration/coreconfig/coreconfig
UAARepository
cf/api/authentication/authentication.g
FakeRepository
cf/api/authentication/authenticationfa
FakeTokenCache
api/cloudcontroller/wrapper/wrapperfak
InMemoryCache
api/cloudcontroller/wrapper/util/in_me
FakeTokenCache
api/uaa/noaabridge/noaabridgefakes/fak
FakeTokenCache
api/uaa/wrapper/wrapperfakes/fake_toke
InMemoryCache
api/uaa/wrapper/util/in_memory_cache.g
FakeTokenCache
api/router/wrapper/wrapperfakes/fake_t
Calls
no outgoing calls
Tested by
no test coverage detected