MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetToken

Method GetToken

backend/generated-go/v1/auth_service.pb.go:381–386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

379}
380
381func (x *LoginResponse) GetToken() string {
382 if x != nil {
383 return x.Token
384 }
385 return ""
386}
387
388func (x *LoginResponse) GetMfaTempToken() string {
389 if x != nil && x.MfaTempToken != nil {

Callers 5

resolveVaultTokenFunction · 0.45
convertAppIMSettingFunction · 0.45
UpdateSettingMethod · 0.45
EqualMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected