MCPcopy
hub / github.com/netbirdio/netbird / GoogleWorkspaceCredentials

Struct GoogleWorkspaceCredentials

management/server/idp/google_workspace.go:34–39  ·  view source on GitHub ↗

GoogleWorkspaceCredentials Google Workspace authentication information.

Source from the content-addressed store, hash-verified

32
33// GoogleWorkspaceCredentials Google Workspace authentication information.
34type GoogleWorkspaceCredentials struct {
35 clientConfig GoogleWorkspaceClientConfig
36 helper ManagerHelper
37 httpClient ManagerHTTPClient
38 appMetrics telemetry.AppMetrics
39}
40
41func (gc *GoogleWorkspaceCredentials) Authenticate(_ context.Context) (JWTToken, error) {
42 return JWTToken{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected