Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
fix typings for getToken's optional param
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jan 30, 2021
1 parent 88c7c7a commit 5a60ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export interface MetadataService {

getUserInfoEndpoint(): Promise<string>;

getTokenEndpoint(optional: boolean = true): Promise<string | undefined>;
getTokenEndpoint(optional?: boolean): Promise<string | undefined>;

getCheckSessionIframe(): Promise<string | undefined>;

Expand Down

0 comments on commit 5a60ba4

Please sign in to comment.