Skip to Content
Clerk logo

Clerk Docs

Ctrl + K
Go to clerk.com

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);

Required parameters

NameTypeDescription
sessionTokenstringThe session token to verify.

Last updated on August 16, 2023

What did you think of this content?

Clerk © 2023