Sha256: 454f3284ca884e17bfe3968c3e9975992043558087c6fb76e8127018251ddebc
Contents?: true
Size: 445 Bytes
Versions: 13
Compression:
Stored size: 445 Bytes
Contents
# OryHydraClient::AuthenticateOKBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **identity_token** | **String** | An opaque token used to authenticate a user after a successful login | | | **status** | **String** | The status of the authentication | | ## Example ```ruby require 'ory-client' instance = OryHydraClient::AuthenticateOKBody.new( identity_token: null, status: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems