module documentation
Authorization options for requests.
| Class | |
The types of the authorization in process. |
| Constant | OPTION |
The type of the authorization in process. |
The type of the authorization in process.
Possible values are defined in Types.
Currently, the only supported types are "default" and "disable". The default type authorizes requests using the configured authorization provider, if any. The disable type disables authorization for the request completely (for instance, to perform requests for the authorization itself).
| Value |
|