diff --git a/lib/src/helpers/authentication-helper.ts b/lib/src/helpers/authentication-helper.ts index c7b04e8f..2cb96461 100644 --- a/lib/src/helpers/authentication-helper.ts +++ b/lib/src/helpers/authentication-helper.ts @@ -191,7 +191,7 @@ export class AuthenticationHelper< } } - retryFailedRequests = async (failedRequest: HttpRequestInterface): Promise => { + protected async retryFailedRequests (failedRequest: HttpRequestInterface): Promise { if (this._isTokenRefreshing) { return new Promise(() => setTimeout(() => { return this.retryFailedRequests(failedRequest);