const data = await ctx.modules.tokens.validate({
  // Request body
});

Public

No

Request

const data = await ctx.modules.tokens.validate({
  // Request body
});

Request

Object containing the following properties:

PropertyType
token (*)string

(*) Required.

Response

Response

Object containing the following properties:

PropertyType
token (*)Object with properties:
  • id: string
  • type: string
  • meta: any (nullable)
  • createdAt: string
  • expireAt: string (nullable)
  • revokedAt: string (nullable)

(*) Required.