fix: Allow getting the token from the SDK client (#13164)
This commit is contained in:
@@ -179,6 +179,10 @@ export class Client {
|
|||||||
await this.setToken_(token)
|
await this.setToken_(token)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async getToken() {
|
||||||
|
return await this.getToken_()
|
||||||
|
}
|
||||||
|
|
||||||
async clearToken() {
|
async clearToken() {
|
||||||
await this.clearToken_()
|
await this.clearToken_()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user