Skip to content

Examples

This page contains a listing of sample applications using the Tapkey Web APIs.

.NET

C# Console Application

tapkey/tapkey-api-samples-dotnet

A sample application that lists the user's registered locks. This application demonstrates the integration with the Tapkey Access Management Web API using the Client Credentials flow.

Visual Basic Console Application

tapkey/tapkey-api-samples-dotnet

Basically the same application as the C# above but written in VB using .NET Framework.

ASP.NET Core MVC Application

tapkey/tapkey-api-samples-dotnet

A sample ASP.NET Core MVC application that lists the user's registered locks. This application demonstrates the integration with the Tapkey Access Management Web API using the Authorization Code with PKCE flow.

Java

Spring Boot Web Service

tapkey/tapkey-api-samples-java

An exemplary server application that demonstrates Tapkey's Token Exchange grant type in combination with an external identity provider.

Python

CSV Log Export

tapkey/tapkey-addons-logexport

A sample application allowing users to download a CSV file of their access logs. This application demonstrates the integration with the Tapkey Access Management Web API using the Authorization Code flow. Written in Python 3 using Flask.