overrideBearerToken

abstract fun overrideBearerToken(token: String?)

Deprecated

This is depreciated as a part of managing authentication with the Dockware.Builder.managedAuth() or Dockware.Builder.apiKey() functions soon.

Overrides the bearer token used in all subsequent API requests.

Parameters

token

The OAuth/JWT bearer token, or null to clear authentication.