[rtm-typescript](../README.md) / CheckTokenParams

# Interface: CheckTokenParams

Parameters that can be passed with rtm.auth.checkToken

## Table of contents

### Properties

- [auth\_token](CheckTokenParams.md#auth_token)

## Properties

### auth\_token

• **auth\_token**: `string`

The authentication token to check

#### Defined in

[src/lib/types/namespaces/auth.ts:13](https://github.com/benwainwright/rtm-typescript/blob/566fc76/src/lib/types/namespaces/auth.ts#L13)
