TokenResponse

Response containing the access token and metadata.

  • expires_in
    Type: integer
    required

    Lifetime of the token in seconds.

  • token
    Type: string
    required

    The JWT Bearer token used for authorization.

  • token_type
    Type: string
    required

    Type of the token, always 'Bearer'.