Docs

EmbeddedWalletConstructorType

type EmbeddedWalletConstructorType = ClientIdConstructorType & {
chain: Chain;
onAuthSuccess?: (authResult: AuthAndWalletRpcReturnType) => void;
styles?: CustomizationOptionsType;
};