> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.13.0/helmut4-components/streamdesigner/nodes/actions/third-party/vidispine/vidicore/vidicore-get-token.md).

# VidiCore Get Token

This node requests an access token from the configured VidiCore authentication service.

The token is used internally by Helmut for following VidiCore requests. It is **not exposed as a node result**, which means it cannot be retrieved via `{node.result.?}` or `{stream.last_result}`.

***

#### Configurable Settings

**Async**

Enables or disables asynchronous execution.

**URL**

The base URL of the VidiCore system.

Example:

```
https://demo.vidinet.net/
```

**Scope**

The scope of the access request.

Example:

```
vidi api
```

**Token Endpoint**

The authentication service endpoint used to generate access tokens.

Example:

```
authservice/connect/token
```

**Client Secret**

The client secret issued during the application registration process.

Example:

```
20a7ecb1-4370-466d-802f-8738c7647e9f
```

**Client ID**

The client ID issued during the application registration process.

Example:

```
h4_backend
```

***

#### Node Result

This node does **not** provide a node result.

The requested token is only used internally by Helmut and is not available through wildcards.
