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/token_flow.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ type TokenFlow struct {
19
19
20
20
// TokenFlowConfig is the flow config
21
21
typeTokenFlowConfigstruct {
22
+
// Deprecated: ServiceAccountEmail is not required and will be removed after 12th June 2025.
22
23
ServiceAccountEmailstring
23
24
ServiceAccountTokenstring
24
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.
ServiceAccountEmailstring`json:"serviceAccountEmail,omitempty"`// Deprecated: ServiceAccountEmail is not required and will be removed after 12th June 2025.
0 commit comments