diff --git a/index.d.ts b/index.d.ts index 4eab0acf..ba0b2aa1 100644 --- a/index.d.ts +++ b/index.d.ts @@ -25,11 +25,6 @@ export interface AuthConfiguration extends BaseAuthConfiguration { dangerouslyAllowInsecureHttpRequests?: boolean; } -export interface RevokeConfiguration { - clientId: string; - issuer: string; -} - export interface AuthorizeResult { accessToken: string; accessTokenExpirationDate: string;