# \OidcApi
All URIs are relative to */api*
[**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
**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)