You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/notification-hubs/notification-hubs-push-notification-http2-token-authentification.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.workload: mobile
12
12
ms.tgt_pltfrm: mobile-multiple
13
13
ms.devlang: dotnet
14
14
ms.topic: article
15
-
ms.date: 11/09/2019
15
+
ms.date: 11/14/2019
16
16
ms.author: sethm
17
17
ms.reviewer: jowargo
18
18
ms.lastreviewed: 02/13/2019
@@ -65,7 +65,7 @@ The authentication token can be downloaded after you generate a token for your a
65
65
66
66
### Configure via the .NET SDK
67
67
68
-
You can configure your hub to use token based authentication using our [latest client SDK](https://www.nuget.org/packages/Microsoft.Azure.NotificationHubs).
68
+
You can configure your hub to use token based authentication using our [latest client SDK](https://www.nuget.org/packages/Microsoft.Azure.NotificationHubs), or [using the Azure portal](create-notification-hub-portal.md).
69
69
70
70
Token-based credentials are composed of the following fields:
71
71
@@ -79,7 +79,7 @@ Here's a code sample illustrating the correct usage:
0 commit comments