Sha256: 1b70ddb8cc67f8dd88d946683f97364f7aff5bfda8078f5509df054c79d1dd31
Contents?: true
Size: 454 Bytes
Versions: 8
Compression:
Stored size: 454 Bytes
Contents
# OryKratosClient::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 = OryKratosClient::AuthenticateOKBody.new( identity_token: null, status: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems