MCPcopy Index your code
hub / github.com/cloudfoundry/cli / RefreshAccessToken

Method RefreshAccessToken

command/v7/actor.go:205–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203 PurgeServiceInstance(serviceInstanceName, spaceGUID string) (v7action.Warnings, error)
204 PurgeServiceOfferingByNameAndBroker(serviceOfferingName, serviceBrokerName string) (v7action.Warnings, error)
205 RefreshAccessToken() (string, error)
206 RenameApplicationByNameAndSpaceGUID(oldAppName, newAppName, spaceGUID string) (resources.Application, v7action.Warnings, error)
207 RenameOrganization(oldOrgName, newOrgName string) (resources.Organization, v7action.Warnings, error)
208 RenameServiceInstance(currentServiceInstanceName, spaceGUID, newServiceInstanceName string) (v7action.Warnings, error)

Callers 1

ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected