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

Version Path
ory-kratos-client-0.7.3.alpha8 docs/AuthenticateOKBody.md
ory-kratos-client-0.7.3.alpha6 docs/AuthenticateOKBody.md
ory-kratos-client-0.7.3.alpha5 docs/AuthenticateOKBody.md
ory-kratos-client-0.7.3.alpha4 docs/AuthenticateOKBody.md
ory-kratos-client-0.7.3.alpha3 docs/AuthenticateOKBody.md
ory-kratos-client-0.7.3.alpha2 docs/AuthenticateOKBody.md
ory-kratos-client-0.7.3.alpha1 docs/AuthenticateOKBody.md
ory-kratos-client-0.7.1.alpha2 docs/AuthenticateOKBody.md