You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/clients/no_auth_flow.go
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ type NoAuthFlow struct {
13
13
// NoAuthFlowConfig holds the configuration for the unauthenticated flow
14
14
typeNoAuthFlowConfigstruct {
15
15
// Deprecated: retry options were removed to reduce complexity of the client. If this functionality is needed, you can provide your own custom HTTP client.
Copy file name to clipboardExpand all lines: core/clients/token_flow.go
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ type TokenFlowConfig struct {
23
23
ServiceAccountEmailstring
24
24
ServiceAccountTokenstring
25
25
// Deprecated: retry options were removed to reduce complexity of the client. If this functionality is needed, you can provide your own custom HTTP client.
0 commit comments