An open API service indexing awesome lists of open source software.

https://github.com/soenneker/soenneker.kiota.noopauthenticationprovider

A Kiota AuthenticationProvider implementation that performs no authentication. Useful for scenarios where no Authorization header is required.
https://github.com/soenneker/soenneker.kiota.noopauthenticationprovider

authentication authenticationprovider csharp dotnet kiota no noop noopauthenticationprovider op provider util

Last synced: about 2 months ago
JSON representation

A Kiota AuthenticationProvider implementation that performs no authentication. Useful for scenarios where no Authorization header is required.

Awesome Lists containing this project

README

          

[![](https://img.shields.io/nuget/v/soenneker.kiota.noopauthenticationprovider.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.kiota.noopauthenticationprovider/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.kiota.noopauthenticationprovider/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.kiota.noopauthenticationprovider/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.kiota.noopauthenticationprovider.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.kiota.noopauthenticationprovider/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.kiota.noopauthenticationprovider/codeql.yml?label=CodeQL&style=for-the-badge)](https://github.com/soenneker/soenneker.kiota.noopauthenticationprovider/actions/workflows/codeql.yml)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Kiota.NoOpAuthenticationProvider
### A Kiota AuthenticationProvider implementation that performs no authentication. Useful for scenarios where no Authorization header is required.

## Installation

```
dotnet add package Soenneker.Kiota.NoOpAuthenticationProvider
```