Okto Embedded WalletUsing Embedded Wallet

Get User Details

Retrieve details of the authenticated user and handle responses using the Okto SDK.

Methods Overview

MethodsDescription
async getUserDetailsGet 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 NameTypeDescription
resultPromise<User>Returns information about the current user

On this page