Skip to content

Commit

Permalink
[SDK-3610] Remove getIdTokenClaimsOptions type (#960)
Browse files Browse the repository at this point in the history
Remove exported getIdTokenClaimsOptions type
  • Loading branch information
ewanharris authored Aug 18, 2022
1 parent e960a01 commit 1e60d86
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,6 @@ export interface GetIdTokenClaimsOptions {
audience?: string;
}

/*
* TODO: Remove this on the next major
*/
export type getIdTokenClaimsOptions = GetIdTokenClaimsOptions;

export interface GetTokenSilentlyOptions {
/**
* When `off`, ignores the cache and always sends a
Expand Down

0 comments on commit 1e60d86

Please sign in to comment.