setAuthToken static method

void setAuthToken(
  1. String token
)

Sets the auth token for all current and future ApiClient instances.

Implementation

static void setAuthToken(String token) {
  _authToken = token;
}