Skip to content

Commit

Permalink
fix(typescript): add missing rpInitiatedLogout types
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Aug 13, 2020
1 parent 1cf8757 commit 59c389b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,12 @@ export interface Configuration {
ack?: 'draft-02' | 'draft-03'
},

rpInitiatedLogout?: {
enabled?: boolean,
postLogoutSuccessSource?: (ctx: KoaContextWithOIDC) => CanBePromise<void | undefined>,
logoutSource?: (ctx: KoaContextWithOIDC, form: string) => CanBePromise<void | undefined>
},

mTLS?: {
enabled?: boolean;
certificateBoundAccessTokens?: boolean;
Expand Down

0 comments on commit 59c389b

Please sign in to comment.