Skip to content

Commit

Permalink
Merge pull request #319 from torusresearch/feat/add-core-kit-option
Browse files Browse the repository at this point in the history
Adds core kit key option
  • Loading branch information
chaitanyapotti authored Jun 18, 2024
2 parents 5bddb49 + fbd375a commit 09c84a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/openlogin-utils/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,12 @@ export type OpenLoginOptions = {
* @defaultValue false
*/
useMpc?: boolean;

/**
* This parameter will be used to select core kit key.
* @defaultValue false
*/
useCoreKitKey?: boolean;
};

export interface BaseLoginParams {
Expand Down

0 comments on commit 09c84a5

Please sign in to comment.