Skip to content

Commit

Permalink
fix(typescript): add client_id and logout_hint to EndSessionParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 20, 2022
1 parent 1e3892e commit b7b5438
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ export interface EndSessionParameters {
id_token_hint?: TokenSet | string;
post_logout_redirect_uri?: string;
state?: string;
client_id?: string;
logout_hint?: string;

[key: string]: unknown;
}
Expand Down

0 comments on commit b7b5438

Please sign in to comment.