# `TDToken.tokenType`

*Instance Property*

## Declaration

```swift
var tokenType: TDTokenType { get }
```

```objc
@property (nonatomic, readonly) TDTokenType tokenType;
```

```python
tokenType() -> TDTokenType
```

## Discussion

The type of this token.

