Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 592 Bytes

InlineResponse409.md

File metadata and controls

22 lines (16 loc) · 592 Bytes

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

require 'openapi_client'

instance = OpenapiClient::InlineResponse409.new(
  code: null,
  token: null,
  error: null
)