---
title: es_token_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_token_t
---

# es_token_t

An arbitrary buffer of data with its size.

## Declaration

```swift
struct es_token_t
```

## Topics

### Inspecting the Token

- [data](endpointsecurity/es_token_t/data.md)
- [size](endpointsecurity/es_token_t/size.md)

### Initializers

- [init()](endpointsecurity/es_token_t/init().md)
- [init(size:data:)](endpointsecurity/es_token_t/init(size:data:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)

## See Also

### Supporting Types

- [es_result_t](endpointsecurity/es_result_t.md)
- [es_string_token_t](endpointsecurity/es_string_token_t.md)
