diff --git a/packages/types/index.d.ts b/packages/types/index.d.ts index 458959ab..df2521dd 100644 --- a/packages/types/index.d.ts +++ b/packages/types/index.d.ts @@ -182,7 +182,7 @@ export interface IAuth { verifyCredentials($: IGlobalVariable): Promise; isStillVerified($: IGlobalVariable): Promise; refreshToken?($: IGlobalVariable): Promise; - isRefreshTokenRequested: boolean; + isRefreshTokenRequested?: boolean; fields: IField[]; authenticationSteps?: IAuthenticationStep[]; reconnectionSteps?: IAuthenticationStep[];