Sha256: 335ef07067522eaa65038405829596dc97460312c63c2e386e45d1b8ce360338

Contents?: true

Size: 557 Bytes

Versions: 118

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

118 entries across 118 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/SessionDevice.md
ory-client-1.16.1 docs/SessionDevice.md
ory-client-1.16.0 docs/SessionDevice.md
ory-client-1.15.17 docs/SessionDevice.md
ory-client-1.15.16 docs/SessionDevice.md
ory-client-1.15.15 docs/SessionDevice.md
ory-client-1.15.14 docs/SessionDevice.md
ory-client-1.15.13 docs/SessionDevice.md
ory-client-1.15.12 docs/SessionDevice.md
ory-client-1.15.10 docs/SessionDevice.md
ory-client-1.15.7 docs/SessionDevice.md
ory-client-1.15.6 docs/SessionDevice.md
ory-client-1.15.5 docs/SessionDevice.md
ory-client-1.15.4 docs/SessionDevice.md
ory-client-1.15.3 docs/SessionDevice.md
ory-client-1.15.0 docs/SessionDevice.md
ory-client-1.14.5 docs/SessionDevice.md
ory-client-1.14.4 docs/SessionDevice.md
ory-client-1.14.3 docs/SessionDevice.md
ory-client-1.14.2 docs/SessionDevice.md