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.
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 |