Skip to Content
You are viewing a beta version of Clerk Docs
Visit the latest docs
Clerk logo

Clerk Docs

Ctrl + K
Go to clerk.com

Actor token errors

An index of Clerk errors related to actor tokens.

ActorTokenRevoked

{ "shortMessage": "actor token has been revoked", "longMessage": "This actor token has been revoked and cannot be used anymore.", "code": "actor_token_revoked_code" }

ActorTokenAlreadyUsed

{ "shortMessage": "actor token has already been used", "longMessage": "This actor token has already been used. Each token can only be used once.", "code": "actor_token_already_used_code" }

ActorTokenCannotBeUsed

{ "shortMessage": "actor token cannot be used", "longMessage": "This actor token cannot be used anymore. Please request a new one.", "code": "actor_token_cannot_be_used_code" }

ActorTokenCanBeUsedOnlyInSignIn

{ "shortMessage": "not in sign in", "longMessage": "Actor tokens can only be used during sign in.", "code": "actor_token_not_in_sign_in_code" }

ActorTokenSubjectNotFound

{ "shortMessage": "user not found", "longMessage": "The user of the actor token no longer exists. Please request a new one.", "code": "actor_token_subject_not_found_code" }

ActorTokenCannotBeRevoked

{ "shortMessage": "cannot revoke", "longMessage": "Actor token cannot be revoked because its status is <status>. Only pending tokens can be revoked.", "code": "actor_token_cannot_be_revoked_code" }

Last updated on February 22, 2024

What did you think of this content?

Clerk © 2024