---
reference:
  json:
    - url: /reference/workos-connect/token/client-credentials-grant/access-token
      key: workos_connect_token_client_credentials_grant_access_token
      id: workos_connect_token_client_credentials_grant_access_token
      title: Access token JWT
      properties:
        - key: iss
          type: string
          description: |
            The issuer of the JWT, your AuthKit domain.
        - key: sub
          type: string
          description: |
            The WorkOS Connect Application's client ID.
        - key: org_id
          type: string
          optional: true
          description: (organization.id)
        - key: jti
          type: string
          description: A unique identifier for this access token.
        - key: exp
          type: DateTime
          description: >-
            The token should not be trusted after this time. The timestamp is
            the number of seconds since epoch.
        - key: iat
          type: DateTime
          description: >-
            The token was issued at this time. The timestamp is the number of
            seconds since epoch.
originalPath: >-
  .tmp-workos-clone/packages/docs/content/reference/workos-connect/token/client-credentials-grant/access-token.mdx
---

#### Access token

The access token for WorkOS Connect M2M Applications contains the following claims.

<CodeBlock
  file="token-client-credentials-access-token"
  referenceId="workos_connect_token_client_credentials_grant_access_token"
  title="Decoded access token"
/>
