Sha256: b65ead26505a22c7d7c27cd773bcb9ca947565388001754c60acbee0337db4fa
Contents?: true
Size: 588 Bytes
Versions: 171
Compression:
Stored size: 588 Bytes
Contents
# OryClient::ApiToken ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | | | **name** | **String** | The Token's Name Set this to help you remember, for example, where you use the token. | | | **owner_id** | **String** | | | | **project_id** | **String** | | [optional] | | **value** | **String** | The token's value | [optional][readonly] | ## Example ```ruby require 'ory-client' instance = OryClient::ApiToken.new( id: null, name: null, owner_id: null, project_id: null, value: null ) ```
Version data entries
171 entries across 171 versions & 1 rubygems