Skip to content
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