backend-common: additional api-report comments and tags

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2021-11-26 12:24:48 +00:00
parent 73bff921fd
commit 1cad4e54ca
2 changed files with 9 additions and 3 deletions
@@ -71,7 +71,16 @@ export class ServerTokenManager implements TokenManager {
}
}
/**
* @public
*/
export namespace ServerTokenManager {
/**
* Stub token manager which returns empty tokens and always
* authenticates successfully.
*
* @public
*/
export class NoopTokenManager implements TokenManager {
async getToken() {
return { token: '' };