Remembered devices for "{{ rememberedDevicesClientName }}"

These are the active "remember this device" entries for this client. Revoking one invalidates that device's cookie immediately. The IP address and user agent are those of the API client's request, which for a centralised integration (e.g. an IdP) is the integration itself, not the end user's browser or device.

Back to clients
User IP address User agent Created Last used Expires
{{ device.user }}@{{ device.realm }} {{ device.user_id }}@{{ device.realm }} {{ device.ip_address || '-' }} {{ device.user_agent || '-' }} {{ device.created_at | date:'yyyy-MM-dd HH:mm' }} {{ (device.last_used_at | date:'yyyy-MM-dd HH:mm') || '-' }} {{ device.expires_at | date:'yyyy-MM-dd HH:mm' }}
This client has no remembered devices. This client has no remembered devices in realm {{ ui.realm }}.