Okto Embedded WalletUsing Embedded Wallet
Get User Details
Retrieve details of the authenticated user and handle responses using the Okto SDK.
Methods Overview
Methods | Description |
---|---|
async userDetails | Get details of the currently authenticated user |
Get details of the currently authenticated user
async userDetails()
retrieves the details of the currently authenticated user.
Parameters
There are no parameters for this function.
Response
Success Response
Field Name | Type | Description |
---|---|---|
result | Future<UserDetails> | Returns information about the current user |