This SDK allows you to integrate Reclaim's in-app verification process into your React Native application. The returned result is a [ReclaimVerification.Response] object. This object contains a ...
Certificate Generation/ ├── .gitignore # Ignore generated files and local artifacts ├── certificate_generator.py # Main certificate engine ├── Generate QR Code.py # QR code utilities ├── ...