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