From 0d5d8a53fb557d0044f945b07008f3f0c126a5bd Mon Sep 17 00:00:00 2001 From: Jan-Pieter Zoutewelle Date: Thu, 22 Feb 2018 18:58:19 +0100 Subject: [PATCH] Remove double RevokeConfiguration RevokeConfiguration was leftover from a previous edit, causes compiler to error. --- index.d.ts | 5 ----- 1 file changed, 5 deletions(-) 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;