## MedplumClient.getTokenUrl() method

Returns the current token URL. By default, this is set to `https://api.medplum.com/oauth2/token`. This can be overridden by setting the `tokenUrl` option when creating the client.

**Signature:**

```typescript
getTokenUrl(): string;
```

**Returns:**

string

The current token URL.

- [MedplumClient.getTokenUrl() method](/content/docs/sdk/core.medplumclient.gettokenurl#medplumclientgettokenurl-method/index.html)
