Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
params
  • Loading branch information
ikethirdweb committed Oct 17, 2023
commit b360aaadd9332dd57612fbd4c051a498a6f74c74
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ export interface EmbeddedWalletConnectorOptions {
}

export interface AuthOptions {
jwt: string;
authProvider: string;
recoveryCode: string;
jwtToken: string;
authProvider: string; // AuthProvider.CustomJwt
recoveryCode?: string;
}

export interface EmbeddedWalletConnectionArgs {
Expand Down