Hooks
React hooks for authentication, wallet management, and user state in React Native applications.
Core
| Hook | Description |
|---|---|
useOpenfort | SDK initialization state |
useOpenfortClient | Direct access to the Openfort client |
useUser | Current user and access token |
Authentication
| Hook | Description |
|---|---|
useEmailAuth | Email/password authentication |
useOAuth | OAuth provider authentication |
useGuestAuth | Guest authentication |
useWalletAuth | SIWE wallet authentication |
useSignOut | Sign out and clear session |
Wallets
| Hook | Description |
|---|---|
useEmbeddedEthereumWallet | Embedded Ethereum wallet management |
useEmbeddedSolanaWallet | Embedded Solana wallet management |