# `TDToken.value`

*Instance Property*

## Declaration

```swift
var value: Any! { get }
```

```objc
@property (nonatomic, copy, readonly) id value;
```

```python
value() -> object
```

## Discussion

Returns an object that represents the value of this token.

