Skip to content

Commit

Permalink
move types to correct place (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Feb 18, 2022
1 parent 1a36633 commit 05053bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,13 +460,13 @@ interface ConfigParams {
* Relative path to the application callback to process the response from the authorization server.
*/
callback?: string;

/**
* Configuration parameters used for the transaction cookie.
*/
transactionCookie: Pick<CookieConfigParams, 'sameSite'>;
};

/**
* Configuration parameters used for the transaction cookie.
*/
transactionCookie: Pick<CookieConfigParams, 'sameSite'>;

/**
* String value for the client's authentication method. Default is `none` when using response_type='id_token', otherwise `client_secret_basic`.
*/
Expand Down

0 comments on commit 05053bf

Please sign in to comment.