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>;
|
verifyCredentials($: IGlobalVariable): Promise<void>;
|
||||||
isStillVerified($: IGlobalVariable): Promise<boolean>;
|
isStillVerified($: IGlobalVariable): Promise<boolean>;
|
||||||
refreshToken?($: IGlobalVariable): Promise<void>;
|
refreshToken?($: IGlobalVariable): Promise<void>;
|
||||||
isRefreshTokenRequested: boolean;
|
isRefreshTokenRequested?: boolean;
|
||||||
fields: IField[];
|
fields: IField[];
|
||||||
authenticationSteps?: IAuthenticationStep[];
|
authenticationSteps?: IAuthenticationStep[];
|
||||||
reconnectionSteps?: IAuthenticationStep[];
|
reconnectionSteps?: IAuthenticationStep[];
|
||||||
|
Reference in New Issue
Block a user