Sha256: 335ef07067522eaa65038405829596dc97460312c63c2e386e45d1b8ce360338

Contents?: true

Size: 557 Bytes

Versions: 119

Compression:

Stored size: 557 Bytes

Contents

# OryClient::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-client'

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

Version data entries

119 entries across 119 versions & 1 rubygems

Version Path
ory-client-1.1.36 docs/SessionDevice.md
ory-client-1.1.35 docs/SessionDevice.md
ory-client-1.1.34 docs/SessionDevice.md
ory-client-1.1.33 docs/SessionDevice.md
ory-client-1.1.32 docs/SessionDevice.md
ory-client-1.1.31 docs/SessionDevice.md
ory-client-1.1.30 docs/SessionDevice.md
ory-client-1.1.29 docs/SessionDevice.md
ory-client-1.1.28 docs/SessionDevice.md
ory-client-1.1.27 docs/SessionDevice.md
ory-client-1.1.26 docs/SessionDevice.md
ory-client-1.1.25 docs/SessionDevice.md
ory-client-1.1.24 docs/SessionDevice.md
ory-client-1.1.23 docs/SessionDevice.md
ory-client-1.1.22 docs/SessionDevice.md
ory-client-1.1.21 docs/SessionDevice.md
ory-client-1.1.20 docs/SessionDevice.md
ory-client-1.1.19 docs/SessionDevice.md
ory-client-1.1.18 docs/SessionDevice.md
ory-client-1.1.17 docs/SessionDevice.md