Skip to content

Commit

Permalink
add session data types
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Oct 13, 2023
1 parent af7691a commit 7f8b0b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/openlogin-utils/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ export interface OpenloginSessionData {
tssPubKey?: string;
tssShare?: string;
tssNonce?: number;
nodeIndexes?: number[];
}

export const MFA_FACTOR = {
Expand Down

0 comments on commit 7f8b0b2

Please sign in to comment.