Skip to content

Commit b94a95f

Browse files
authored
Merge pull request #57 from janpieterz/patch-1
Remove double RevokeConfiguration
2 parents 5ec1a94 + 0d5d8a5 commit b94a95f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ export interface AuthConfiguration extends BaseAuthConfiguration {
2525
dangerouslyAllowInsecureHttpRequests?: boolean;
2626
}
2727

28-
export interface RevokeConfiguration {
29-
clientId: string;
30-
issuer: string;
31-
}
32-
3328
export interface AuthorizeResult {
3429
accessToken: string;
3530
accessTokenExpirationDate: string;

0 commit comments

Comments
 (0)