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 getUserDetails | Get details of the currently authenticated user |
Get details of the currently authenticated user
async getUserDetails()
retrieves the details of the currently authenticated user.
Parameters
There are no parameters for this function.
Response
Success Response
Field Name | Type | Description |
---|---|---|
result | Promise<User> | Returns information about the current user |