## MedplumClient.getLogoutUrl() method

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

**Signature:**
```typescript
getLogoutUrl(): string;
```

**Returns:**
string

The current logout URL.

- [MedplumClient.getLogoutUrl() method](/content/docs/sdk/core.medplumclient.getlogouturl#medplumclientgetlogouturl-method/index.html)
