Skip to content

Commit

Permalink
Add xamarin in account deletion #78
Browse files Browse the repository at this point in the history
  • Loading branch information
roxk committed May 20, 2022
1 parent 218382f commit b9eb626
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions integrate/account-deletion.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ await authgear.getUserInfo();
```
{% endtab %}

{% tab title="Xamarin" %}
```csharp
// This method blocks until the user closes User Settings.
await authgear.OpenAsync(SettingsPage.Settings);
// One way to verify the validity of the session is to get User Info once.
await authgear.FetchUserInfoAsync();
```
{% endtab %}

{% endtabs %}

## Deactivated User
Expand Down

0 comments on commit b9eb626

Please sign in to comment.