Sha256: 375f1227a107da29509e669bc4508d7823e5cb01a78c462c326ad8fc9d704fda
Contents?: true
Size: 1.34 KB
Versions: 13
Compression:
Stored size: 1.34 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. | [optional] **id** | **String** | | [optional] **issued_at** | **DateTime** | IssuedAt is the time (UTC) when the request occurred. | [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. | [optional] **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. | [optional] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::RegistrationRequest.new(active: null, expires_at: null, id: null, issued_at: null, methods: null, request_url: null) ```
Version data entries
13 entries across 13 versions & 1 rubygems