Sha256: eb594220c03825ac5db3089fc9060b17fba839cdf2bfec53f1d068d9b3035cea

Contents?: true

Size: 1.55 KB

Versions: 9

Compression:

Stored size: 1.55 KB

Contents

# OryHydraClient::RecoveryRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | **String** | Active, if set, contains the registration method that is being used. It is initially not set. | [optional] 
**expires_at** | **DateTime** | ExpiresAt is the time (UTC) when the request expires. If the user still wishes to update the setting, a new request has to be initiated. | 
**id** | **String** |  | 
**issued_at** | **DateTime** | IssuedAt is the time (UTC) when the request occurred. | 
**messages** | [**Array<Message>**](Message.md) |  | [optional] 
**methods** | [**Hash<String, RecoveryRequestMethod>**](RecoveryRequestMethod.md) | Methods contains context for all account recovery methods. If a registration request has been processed, but for example the password is incorrect, this will contain error messages. | 
**request_url** | **String** | RequestURL is the initial URL that was requested from ORY Kratos. It can be used to forward information contained in the URL's path or query for example. | 
**state** | **String** |  | 

## Code Sample

```ruby
require 'OryHydraClient'

instance = OryHydraClient::RecoveryRequest.new(active: null,
                                 expires_at: null,
                                 id: null,
                                 issued_at: null,
                                 messages: null,
                                 methods: null,
                                 request_url: null,
                                 state: null)
```


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ory-kratos-client-0.5.5.alpha4 docs/RecoveryRequest.md
ory-kratos-client-0.5.5.alpha3 docs/RecoveryRequest.md
ory-kratos-client-0.5.5.alpha2 docs/RecoveryRequest.md
ory-kratos-client-0.5.4.alpha1 docs/RecoveryRequest.md
ory-kratos-client-0.5.3.alpha1 docs/RecoveryRequest.md
ory-kratos-client-0.5.2.alpha1 docs/RecoveryRequest.md
ory-kratos-client-0.5.1.alpha1 docs/RecoveryRequest.md
ory-kratos-client-0.5.0.alpha1 docs/RecoveryRequest.md
ory-kratos-client-0.4.6.alpha1 docs/RecoveryRequest.md