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.4.8 docs/SessionDevice.md
ory-client-1.4.7 docs/SessionDevice.md
ory-client-1.4.6 docs/SessionDevice.md
ory-client-1.4.5 docs/SessionDevice.md
ory-client-1.4.4 docs/SessionDevice.md
ory-client-1.4.3 docs/SessionDevice.md
ory-client-1.4.2 docs/SessionDevice.md
ory-client-1.4.1 docs/SessionDevice.md
ory-client-1.4.0 docs/SessionDevice.md
ory-client-1.3.0 docs/SessionDevice.md
ory-client-1.2.17 docs/SessionDevice.md
ory-client-1.2.16 docs/SessionDevice.md
ory-client-1.2.15 docs/SessionDevice.md
ory-client-1.2.14 docs/SessionDevice.md
ory-client-1.2.11 docs/SessionDevice.md
ory-client-1.2.10 docs/SessionDevice.md
ory-client-1.2.9 docs/SessionDevice.md
ory-client-1.2.8 docs/SessionDevice.md
ory-client-1.2.7 docs/SessionDevice.md
ory-client-1.2.6 docs/SessionDevice.md