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