chore(): deprecate pre-V5 authentication workflows

This commit is contained in:
tiagosiebler
2025-01-24 15:28:28 +00:00
parent e4957b0499
commit 03169b324c
7 changed files with 50 additions and 81 deletions

View File

@@ -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> {