Sha256: acbbf40af5671e714d5143bb9bb5b4fdffa1d248f1d1dbc3886b064062ff53df
Contents?: true
Size: 320 Bytes
Versions: 2
Compression:
Stored size: 320 Bytes
Contents
# OryClient::InviteTokenBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **invite_token** | **String** | Invite Token The Invite Token. format: uuid | | ## Example ```ruby require 'ory-client' instance = OryClient::InviteTokenBody.new( invite_token: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-1.16.2 | docs/InviteTokenBody.md |
ory-client-1.16.1 | docs/InviteTokenBody.md |