MCPcopy 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
53type tokenRefresher interface {
54 RefreshToken(token string) (string, error)
55}
56
57type Request struct {

Callers 3

doRequestHandlingAuthMethod · 0.65
gateway_test.goFile · 0.65

Implementers 15

FakeConfigcommand/commandfakes/fake_config.go
ConfigRepositorycf/configuration/coreconfig/config_rep
FakeRepositorycf/configuration/coreconfig/coreconfig
FakeReadWritercf/configuration/coreconfig/coreconfig
UAARepositorycf/api/authentication/authentication.g
FakeRepositorycf/api/authentication/authenticationfa
FakeTokenCacheapi/cloudcontroller/wrapper/wrapperfak
InMemoryCacheapi/cloudcontroller/wrapper/util/in_me
FakeTokenCacheapi/uaa/noaabridge/noaabridgefakes/fak
FakeTokenCacheapi/uaa/wrapper/wrapperfakes/fake_toke
InMemoryCacheapi/uaa/wrapper/util/in_memory_cache.g
FakeTokenCacheapi/router/wrapper/wrapperfakes/fake_t

Calls

no outgoing calls

Tested by

no test coverage detected