getApiKey method
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");
}
Returns a string to be supplied to API, if it needs one.
See also getHeaders, one of those should be implemented.
String getApiKey(AuthToken token) {
throw AuthException("API key cannot be generated");
}