MCPcopy Index your code
hub / github.com/coder/coder / Token

Method Token

tailnet/controllers.go:94–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92type ResumeTokenController interface {
93 New(ResumeTokenClient) CloserWaiter
94 Token() (string, bool)
95}
96
97type TelemetryClient interface {

Callers 15

OIDCAccessTokenMethod · 0.65
CSRFFunction · 0.65
ValidateAPIKeyFunction · 0.65
TestSavedAzureADPKIOIDCFunction · 0.65
TestFakeIDPBasicFlowFunction · 0.65
RefreshOAuth2TokenFunction · 0.65
HasSVGRootElementFunction · 0.65
ShowAuthorizePageFunction · 0.65
TestInstrumentFunction · 0.65
refreshTokenWithRetryMethod · 0.65

Implementers 2

fakeResumeTokenControllercodersdk/workspacesdk/dialer_test.go
basicResumeTokenControllertailnet/controllers.go

Calls

no outgoing calls