Method: Falcon::InstallationTokensApi#tokens_query
- Defined in:
- lib/crimson-falcon/api/installation_tokens_api.rb
#tokens_query(opts = {}) ⇒ MsaspecQueryResponse
Search for tokens by providing an FQL filter and paging details.
354 355 356 357 |
# File 'lib/crimson-falcon/api/installation_tokens_api.rb', line 354 def tokens_query(opts = {}) data, _status_code, _headers = tokens_query_with_http_info(opts) data end |