Sha256: d238b3feac78489690f44c2bdce1564ee4714237b0806e16b6f36d37b0d8966d

Contents?: true

Size: 1.41 KB

Versions: 9

Compression:

Stored size: 1.41 KB

Contents

# OryHydraClient::RegistrationRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | **String** | and so on. | [optional] 
**expires_at** | **DateTime** | ExpiresAt is the time (UTC) when the request expires. If the user still wishes to log in, 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, RegistrationRequestMethod>**](RegistrationRequestMethod.md) | Methods contains context for all enabled registration 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. | 

## Code Sample

```ruby
require 'OryHydraClient'

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


Version data entries

9 entries across 9 versions & 1 rubygems

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