---
lang: en
title: 'API docs: authorization.authorizationrequest.subject'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/authorization
permalink: /doc/en/lb4/apidocs.authorization.authorizationrequest.subject.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/authorization](./authorization.md) &gt; [AuthorizationRequest](./authorization.authorizationrequest.md) &gt; [subject](./authorization.authorizationrequest.subject.md)

## AuthorizationRequest.subject property

The requestor that wants to access a resource.

<b>Signature:</b>

```typescript
subject: string;
```

