Sha256: 5f9ffeb4ed9984155653c3dad2129a88e1dcce620f7ee08637319ff6153886b7

Contents?: true

Size: 576 Bytes

Versions: 6

Compression:

Stored size: 576 Bytes

Contents

# OryKratosClient::SessionDevice

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | Device record ID |  |
| **ip_address** | **String** | IPAddress of the client | [optional] |
| **location** | **String** | Geo Location corresponding to the IP Address | [optional] |
| **user_agent** | **String** | UserAgent of the client | [optional] |

## Example

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

instance = OryKratosClient::SessionDevice.new(
  id: null,
  ip_address: null,
  location: null,
  user_agent: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/SessionDevice.md
ory-kratos-client-1.1.0 docs/SessionDevice.md
ory-kratos-client-1.0.0 docs/SessionDevice.md
ory-kratos-client-0.13.1 docs/SessionDevice.md
ory-kratos-client-0.11.1 docs/SessionDevice.md
ory-kratos-client-0.11.0 docs/SessionDevice.md