Sha256: 823d75d5d3c1acaff35d2f518e76aa9c060d1c132c42b7db78daf3012c0b33e5
Contents?: true
Size: 1.52 KB
Versions: 9
Compression:
Stored size: 1.52 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. | **forced** | **Boolean** | Forced stores whether this login request should enforce reauthentication. | [optional] **id** | **String** | | **issued_at** | **DateTime** | IssuedAt is the time (UTC) when the request occurred. | **messages** | [**Array<Message>**](Message.md) | | [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. | **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::LoginRequest.new(active: null, expires_at: null, forced: null, id: null, issued_at: null, messages: null, methods: null, request_url: null) ```
Version data entries
9 entries across 9 versions & 1 rubygems