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
The Config object should have the option of having a static token defined. When a static token is defined in the Config, the TokenSource would then use https://pkg.go.dev/golang.org/x/oauth2#StaticTokenSource rather than ReuseTokenSource.
Static tokens are used in the Equinix Sandbox APIs.
The text was updated successfully, but these errors were encountered:
The Config object should have the option of having a static token defined. When a static token is defined in the Config, the TokenSource would then use https://pkg.go.dev/golang.org/x/oauth2#StaticTokenSource rather than
ReuseTokenSource
.Static tokens are used in the Equinix Sandbox APIs.
The text was updated successfully, but these errors were encountered: