Sha256: 1d5bd791c432bf7cfe08dbf1c0b75b67e8bc2524279b2ef344b58de972517147

Contents?: true

Size: 435 Bytes

Versions: 2

Compression:

Stored size: 435 Bytes

Contents

# OryClient::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 = OryClient::AuthenticateOKBody.new(
  identity_token: null,
  status: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/AuthenticateOKBody.md
ory-client-0.0.1.alpha18 docs/AuthenticateOKBody.md