зеркало из https://github.com/microsoft/kiota.git
1.6 KiB
1.6 KiB
Welcome to the Kiota Authentication section
The Kiota Authentication libraries are language specific libraries implementing the authentication interfaces Kiota projects need once an SDK has been generated from an OpenAPI definition to authenticate before calling the API. Your project will need a reference to the abstraction package to build and run, the following languages are currently supported:
- Dotnet: relies on Azure identity.
- Go: relies on Azure identity
- Java : relies on Azure identity.
- Ruby: relies on OAuth2
- TypeScript : relies on Azure identity.
- Python : relies on Azure identity.
- PHP : relies on The PHP League OAuth 2 client to authenticate against the Azure Identity platform.