verify()
Verifies a M2M token. Must be authenticated by a Machine Secret Key.
Returns the verified M2MToken object.
function verify(params: VerifyM2MTokenParams): Promise<M2MToken>const response = await clerkClient.m2m.verify({ token })Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint POST/m2m_tokens/verify. See the BAPI reference for more information.
Feedback
Last updated on