Prerequisites
Before you begin, make sure you have set up your Privy app and obtained your app ID and client ID from the Privy Dashboard.Initializing Privy
Initialize a Privy instance with your application context and aPrivyConfig object:
Configuration
The configuration fields for the PrivyConfig are:String
required
Your Privy application ID, which can be obtained from the Privy Developer
Dashboard, under App Settings > Basics
String
required
Your app client ID, which can be obtained from the Privy Developer
Dashboard, under App Settings > Clients
PrivyLogLevel
(Optional) Your preferred log level. If no log level is specified, it will default to
PrivyLogLevel.NONE.
