Docs

You are viewing an archived version of the docs.Go to latest version

verifyClient()

Retrieves a client for a given session token, if the session is active.

const sessionToken = 'my-session-token';

const client = await clerkClient.clients.verifyClient(sessionToken);
  • Name
    sessionToken
    Type
    string
    Description

    The session token to verify.

Feedback

What did you think of this content?

Last updated on