> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endstate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# session.refreshScope

> Re-reads expiry and scope. Populates them on an adopted session.

```ts theme={null}
refreshScope(options?: RequestOptions): Promise<SessionTokenCurrentResponse>
```

## Example

```ts theme={null}
await session.refreshScope();
```
