propelauth 0.23.4

A Rust crate for managing authentication and authorization with support for multi-tenant / B2B products, powered by PropelAuth
Documentation
# \AuthServiceApi

All URIs are relative to *http://localhost*

Method | HTTP request | Description
------------- | ------------- | -------------
[**token_verification_metadata**]AuthServiceApi.md#token_verification_metadata | **GET** /api/backend/v1/token_verification_metadata | 



## token_verification_metadata

> crate::models::AuthTokenVerificationMetadata token_verification_metadata()


### Parameters

This endpoint does not need any parameter.

### Return type

[**crate::models::AuthTokenVerificationMetadata**](AuthTokenVerificationMetadata.md)

### Authorization

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