Sha256: 61090715165d7f32d08583b3e5d5f7355b925e319ca50e2af433b8c0b308851c
Contents?: true
Size: 592 Bytes
Versions: 51
Compression:
Stored size: 592 Bytes
Contents
# OpenapiClient::InlineResponse409 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **String** | The authorization code insert that caused a conflict | [optional] | | **token** | **String** | The access token insert that caused a conflict | [optional] | | **error** | **String** | The description of the type of error, ie conflict of two requests of the the same authorization code | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::InlineResponse409.new( code: null, token: null, error: null ) ```
Version data entries
51 entries across 51 versions & 1 rubygems