Skip to content

Commit

Permalink
fix: linting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Karim Stekelenburg <[email protected]>
  • Loading branch information
karimStekelenburg committed Jan 25, 2023
1 parent 96a42c2 commit e6a1ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/Authorization.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export interface OpenIDResponse<T> {

export interface AccessTokenResponse {
access_token: string;
scope?: string
scope?: string;
token_type?: string;
expires_in?: number; // in seconds
c_nonce?: string;
Expand Down

0 comments on commit e6a1ccd

Please sign in to comment.