# buildAuthorizationUrl

**Kind:** Function

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts#L404)

The URL to send the reader to. Throws rather than building a request that cannot succeed.

## Signature

```ts
function buildAuthorizationUrl(request: AuthorizationRequest): string
```

## Parameters

| Name | Type |
|---|---|
| `request` | `AuthorizationRequest` |

**Returns:** `string`
