Skip to content

Commit

Permalink
sss
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Jan 24, 2025
1 parent 69f6700 commit 032bc69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/oidc-client/src/oidc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ export type LoginCallback = {

export type InternalLoginCallback = {
callbackPath: string;
state: string;
parsedTokens: Tokens;
scope: string;
extras: StringMap;
};

const loginCallbackWithAutoTokensRenewAsync = async (oidc): Promise<LoginCallback> => {
Expand Down

0 comments on commit 032bc69

Please sign in to comment.