ory-client 1.1.24

SDK Client for Ory
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# RejectOAuth2Request

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**error** | Option<**String**> | The error should follow the OAuth2 error format (e.g. `invalid_request`, `login_required`).  Defaults to `request_denied`. | [optional]
**error_debug** | Option<**String**> | Debug contains information to help resolve the problem as a developer. Usually not exposed to the public but only in the server logs. | [optional]
**error_description** | Option<**String**> | Description of the error in a human readable format. | [optional]
**error_hint** | Option<**String**> | Hint to help resolve the error. | [optional]
**status_code** | Option<**i64**> | Represents the HTTP status code of the error (e.g. 401 or 403)  Defaults to 400 | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)