Sha256: aae6e28c9493a124c60ec4621307ae3af7f5a8cbba1d72d35abe4b7954714b90

Contents?: true

Size: 1.11 KB

Versions: 12

Compression:

Stored size: 1.11 KB

Contents

# OryHydraClient::LoginFlow

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **active** | **String** | and so on. | [optional] |
| **expires_at** | **Time** | ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in, a new flow has to be initiated. |  |
| **forced** | **Boolean** | Forced stores whether this login flow should enforce re-authentication. | [optional] |
| **id** | **String** |  |  |
| **issued_at** | **Time** | IssuedAt is the time (UTC) when the flow started. |  |
| **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. |  |
| **type** | **String** | The flow type can either be `api` or `browser`. |  |
| **ui** | [**UiContainer**](UiContainer.md) |  |  |

## Example

```ruby
require 'ory-kratos-client'

instance = OryHydraClient::LoginFlow.new(
  active: null,
  expires_at: null,
  forced: null,
  id: null,
  issued_at: null,
  request_url: null,
  type: null,
  ui: null
)
```

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ory-kratos-client-0.6.2.alpha1 docs/LoginFlow.md
ory-kratos-client-0.6.1.alpha1 docs/LoginFlow.md
ory-kratos-client-0.6.0.alpha17 docs/LoginFlow.md
ory-kratos-client-0.6.0.alpha16 docs/LoginFlow.md
ory-kratos-client-0.6.0.alpha15 docs/LoginFlow.md
ory-kratos-client-0.6.0.alpha11 docs/LoginFlow.md
ory-kratos-client-0.6.0.alpha8 docs/LoginFlow.md
ory-kratos-client-0.6.0.alpha6 docs/LoginFlow.md
ory-kratos-client-0.6.0.alpha5 docs/LoginFlow.md
ory-kratos-client-0.6.0.alpha4 docs/LoginFlow.md
ory-kratos-client-0.6.0.alpha2 docs/LoginFlow.md
ory-kratos-client-0.6.0.alpha1 docs/LoginFlow.md