Sha256: f08f135ed661a0676a0f9432372c6c0084a9cad3f73c3e0ba7006a16d0aefde4
Contents?: true
Size: 1.37 KB
Versions: 9
Compression:
Stored size: 1.37 KB
Contents
# OryHydraClient::VerificationRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **expires_at** | **DateTime** | ExpiresAt is the time (UTC) when the request expires. If the user still wishes to verify the address, a new request has to be initiated. | [optional] **form** | [**Form**](Form.md) | | [optional] **id** | **String** | | [optional] **issued_at** | **DateTime** | IssuedAt is the time (UTC) when the request occurred. | [optional] **messages** | [**Array<Message>**](Message.md) | | [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] **success** | **Boolean** | Success, if true, implies that the request was completed successfully. | [optional] **via** | **String** | | [optional] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::VerificationRequest.new(expires_at: null, form: null, id: null, issued_at: null, messages: null, request_url: null, success: null, via: null) ```
Version data entries
9 entries across 9 versions & 1 rubygems