Docs

EmbeddedWalletConfigOptions

type EmbeddedWalletConfigOptions = {
auth?: { options: Array<EmbeddedWalletAuth> };
recommended?: boolean;
};