Function mz_frontegg_mock::handlers::user::handle_list_tenant_api_tokens

source ยท
pub async fn handle_list_tenant_api_tokens(
    __arg0: State<Arc<Context>>,
    __arg1: TypedHeader<Authorization<Bearer>>,
) -> Result<Json<Vec<TenantApiTokenResponse>>, StatusCode>