Learn how to customize the sub-organization creation process in your React app.
createSuborgParams
object inside the auth
object in the TurnkeyProvider
configuration. This object allows you to set various parameters for the sub-organization creation process.
Each authentication method can have its own set of parameters. For example, you can set a different default userName
for emailOtpAuth
and passkeyAuth
methods, or create different wallets for each authentication method.
CreateSubOrgParams
interface.