feat: Add isRefreshTokenRequested condition to auth in global variable
This commit is contained in:
3
packages/types/index.d.ts
vendored
3
packages/types/index.d.ts
vendored
@@ -181,7 +181,8 @@ export interface IAuth {
|
||||
generateAuthUrl?($: IGlobalVariable): Promise<void>;
|
||||
verifyCredentials($: IGlobalVariable): Promise<void>;
|
||||
isStillVerified($: IGlobalVariable): Promise<boolean>;
|
||||
refreshAccessToken?($: IGlobalVariable): Promise<void>;
|
||||
refreshToken?($: IGlobalVariable): Promise<void>;
|
||||
isRefreshTokenRequested: boolean;
|
||||
fields: IField[];
|
||||
authenticationSteps?: IAuthenticationStep[];
|
||||
reconnectionSteps?: IAuthenticationStep[];
|
||||
|
Reference in New Issue
Block a user