Sha256: 568320a6ebd2a92b7429a55e9f9bc963ea1b9cf938b782f66db9f16d5dfc80fa
Contents?: true
Size: 1.3 KB
Versions: 13
Compression:
Stored size: 1.3 KB
Contents
# OryHydraClient::LoginRequest ## 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, LoginRequestMethod>**](LoginRequestMethod.md) | Methods contains context for all enabled login methods. If a login 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::LoginRequest.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