Method: Falcon::InstallationTokensApi#tokens_read

Defined in:
lib/crimson-falcon/api/installation_tokens_api.rb

#tokens_read(opts = {}) ⇒ ApiTokenDetailsResponseV1

Gets the details of one or more tokens by id.

Parameters:

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :ids (Array<String>)

    IDs of tokens to retrieve details for

Returns:



418
419
420
421
# File 'lib/crimson-falcon/api/installation_tokens_api.rb', line 418

def tokens_read(opts = {})
  data, _status_code, _headers = tokens_read_with_http_info(opts)
  data
end