windmill-api 1.683.2

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

All URIs are relative to */api*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_oidc_token**]OidcApi.md#get_oidc_token | **POST** /w/{workspace}/oidc/token/{audience} | get OIDC token (ee only)



## get_oidc_token

> String get_oidc_token(workspace, audience, expires_in)
get OIDC token (ee only)

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**audience** | **String** |  | [required] |
**expires_in** | Option<**f64**> |  |  |

### Return type

**String**

### Authorization

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

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: text/plain

[[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)