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