bluesky_queueserver_api.http.REManagerAPI.auth_key

property REManagerAPI.auth_key

Returns authorization key.

Returns:
str, tuple(str) or None

Depending on currently selected authorization method, returns a string (API key), tuple of strings with authorization token as the first element (may be None) and the refresh token (may be None) as the second element. If no authorization is used then the return value is None.