Sha256: 01f20ff4f340916afedeea00f0d42b1d6400e790c4de518cf3c5060749d8df9e
Contents?: true
Size: 508 Bytes
Versions: 3
Compression:
Stored size: 508 Bytes
Contents
# OryHydraClient::Message ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **context** | **Object** | | [optional] | | **id** | **Integer** | | [optional] | | **text** | **String** | | [optional] | | **type** | **String** | The flow type can either be `api` or `browser`. | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::Message.new( context: null, id: null, text: null, type: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.5.5.alpha4 | docs/Message.md |
ory-kratos-client-0.5.5.alpha3 | docs/Message.md |
ory-kratos-client-0.5.5.alpha2 | docs/Message.md |