SetCommonBearerAuthToken is a global wrapper methods which delegated to the default client's Client.SetCommonBearerAuthToken.
(token string)
| 402 | // SetCommonBearerAuthToken is a global wrapper methods which delegated |
| 403 | // to the default client's Client.SetCommonBearerAuthToken. |
| 404 | func SetCommonBearerAuthToken(token string) *Client { |
| 405 | return defaultClient.SetCommonBearerAuthToken(token) |
| 406 | } |
| 407 | |
| 408 | // SetCommonBasicAuth is a global wrapper methods which delegated |
| 409 | // to the default client's Client.SetCommonBasicAuth. |
nothing calls this directly
no test coverage detected
searching dependent graphs…