getApiKey method

String getApiKey(
  1. AuthToken token
)

Returns a string to be supplied to API, if it needs one.

See also getHeaders, one of those should be implemented.

Implementation

String getApiKey(AuthToken token) {
  throw AuthException("API key cannot be generated");
}