## MedplumClient.getAuthorizeUrl() method

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

**Signature:**

```typescript
getAuthorizeUrl(): string;
```

**Returns:**

string

The current authorize URL.

- [MedplumClient.getAuthorizeUrl() method](/content/docs/sdk/core.medplumclient.getauthorizeurl#medplumclientgetauthorizeurl-method/index.html)
