From 74af6684e1492dfef3edf67d666e6e6bf2c272b9 Mon Sep 17 00:00:00 2001 From: Roxk Date: Thu, 19 May 2022 21:25:09 +0800 Subject: [PATCH] Add xamarin in force-auth-app-launch #78 --- integrate/force-authentication-on-app-launch.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/integrate/force-authentication-on-app-launch.md b/integrate/force-authentication-on-app-launch.md index 749207d..a6f0cf5 100644 --- a/integrate/force-authentication-on-app-launch.md +++ b/integrate/force-authentication-on-app-launch.md @@ -29,6 +29,17 @@ final authgear = Authgear( ``` {% endtab %} +{% tab title="Xamarin" %} +```csharp +var authgear = new AuthgearSdk(new AuthgearOptions +{ + ClientId = CLIENT_ID, + AuthgearEndpoint = ENDPOINT, + TokenStorage: new TransientTokenStorage(), +}); +``` +{% endtab %} + {% tab title="iOS" %} ```swift Authgear(