Skip to content

Commit

Permalink
fix(typescript): add state property to AuthorizationParameters (#305)
Browse files Browse the repository at this point in the history
Resolves #304
  • Loading branch information
blake-mealey authored Oct 27, 2020
1 parent bc6c578 commit b9dfa60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export interface AuthorizationParameters {
response_mode?: string;
response_type?: string;
scope?: string;
state?: string;
ui_locales?: string;

[key: string]: unknown;
Expand Down

0 comments on commit b9dfa60

Please sign in to comment.