Syntax
requireAuth:
expectedAud: <string> # required
oauth2: <string> # required
errorStatus: <number>
expectedTid: <string>
required: <boolean>
scope: <string>requireAuth: expectedAud: <string> # required oauth2: <string> # required errorStatus: <number> expectedTid: <string> required: <boolean> scope: <string>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| errorStatus | false | - | - | - |
| expectedAud | true | - | - | - |
| expectedTid | false | - | - | - |
| oauth2 | true | - | - | - |
| required | false | - | - | - |
| scope | false | - | - | - |