chore(): deprecate pre-V5 authentication workflows
This commit is contained in:
@@ -272,7 +272,7 @@ export class RestClientV5 extends BaseRestClient {
|
||||
*/
|
||||
|
||||
getClientType() {
|
||||
return REST_CLIENT_TYPE_ENUM.v3;
|
||||
return REST_CLIENT_TYPE_ENUM.v5;
|
||||
}
|
||||
|
||||
async fetchServerTime(): Promise<number> {
|
||||
|
||||
Reference in New Issue
Block a user