chore: Make isRefreshTokenRequested optional for IAuth
This commit is contained in:
2
packages/types/index.d.ts
vendored
2
packages/types/index.d.ts
vendored
@@ -182,7 +182,7 @@ export interface IAuth {
|
||||
verifyCredentials($: IGlobalVariable): Promise<void>;
|
||||
isStillVerified($: IGlobalVariable): Promise<boolean>;
|
||||
refreshToken?($: IGlobalVariable): Promise<void>;
|
||||
isRefreshTokenRequested: boolean;
|
||||
isRefreshTokenRequested?: boolean;
|
||||
fields: IField[];
|
||||
authenticationSteps?: IAuthenticationStep[];
|
||||
reconnectionSteps?: IAuthenticationStep[];
|
||||
|
Reference in New Issue
Block a user