Sha256: 2207d7bd8ea7c13f5105f0d5ea96bb3919b9aebc839d1a56f2dfa1e7b85005dd
Contents?: true
Size: 452 Bytes
Versions: 15
Compression:
Stored size: 452 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-kratos-client' instance = OryHydraClient::AuthenticateOKBody.new( identity_token: null, status: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems