removeAuthorizationSession
Remove an authorization session. USER-ONLY
Parameters
id: string
The identifier of the authorization session to remove.
Result
void
Syntax
await client.removeAuthorizationSession(id);
Remove an authorization session. USER-ONLY
The identifier of the authorization session to remove.
await client.removeAuthorizationSession(id);