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:Your Privy application ID, which can be obtained from the Privy Developer
Dashboard, under App Settings > Basics
Your app client ID, which can be obtained from the Privy Developer
Dashboard, under App Settings > Clients
(Optional) Your preferred log level. If no log level is specified, it will default to
PrivyLogLevel.NONE.
