From b264b0a71771212d35f0d96b04dee38271105732 Mon Sep 17 00:00:00 2001 From: Mehr <64961841+Mehr-creates@users.noreply.github.com> Date: Sun, 19 May 2024 20:43:58 -0700 Subject: [PATCH] Update 01-login.md --- articles/quickstart/native/xamarin/01-login.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/articles/quickstart/native/xamarin/01-login.md b/articles/quickstart/native/xamarin/01-login.md index 0f22e2afbc..da127b82f8 100755 --- a/articles/quickstart/native/xamarin/01-login.md +++ b/articles/quickstart/native/xamarin/01-login.md @@ -196,8 +196,7 @@ if (!loginResult.IsError) ``` ::: note -The exact claims returned will depend on the scopes that were requested. For more information see the [Using Scopes](https://auth0.github.io/auth0-oidc-client-net/documentation/advanced-scenarios/scopes.html) in the Auth0 OIDC Application documentation. -::: +The exact claims returned will depend on the scopes that were requested. For more information see the [Using Scopes](https://auth0.github.io/auth0-oidc-client-net/documentation/advanced-scenarios/scopes.html) in the Auth0 OIDC You can obtain a list of all the claims contained in the ID Token by iterating through the `Claims` collection: