windmill-api 1.684.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# \TokenApi

All URIs are relative to */api*

Method | HTTP request | Description
------------- | ------------- | -------------
[**list_available_scopes**]TokenApi.md#list_available_scopes | **GET** /tokens/list/scopes | list of available scopes



## list_available_scopes

> Vec<models::ScopeDomain> list_available_scopes()
list of available scopes

### Parameters

This endpoint does not need any parameter.

### Return type

[**Vec<models::ScopeDomain>**](ScopeDomain.md)

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)