Skip to content

Commit 260058f

Browse files
committed
Fix typo
JWT token -> JWT
1 parent 80dec49 commit 260058f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/role-based-access-control/permissions/web-and-mobile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Azure service: [Azure SignalR Service](/azure/azure-signalr/)
394394
> | Microsoft.SignalRService/SignalR/auth/clientToken/action | Generate an AccessToken for client to connect to ASRS, the token will expire in 5 minutes by default |
395395
> | Microsoft.SignalRService/SignalR/auth/accessKey/action | Generate an AccessKey for signing AccessTokens, the key will expire in 90 minutes by default |
396396
> | Microsoft.SignalRService/SignalR/auth/accessToken/action | Generate an AccessToken for client to connect to ASRS, the token will expire in 5 minutes by default |
397-
> | Microsoft.SignalRService/SignalR/clientConnection/generateToken/action | Generate a JWT Token for client to connect to the service |
397+
> | Microsoft.SignalRService/SignalR/clientConnection/generateToken/action | Generate a JWT for client to connect to the service |
398398
> | Microsoft.SignalRService/SignalR/clientConnection/send/action | Send messages directly to a client connection |
399399
> | Microsoft.SignalRService/SignalR/clientConnection/read | Check client connection existence |
400400
> | Microsoft.SignalRService/SignalR/clientConnection/write | Close client connection |
@@ -412,7 +412,7 @@ Azure service: [Azure SignalR Service](/azure/azure-signalr/)
412412
> | Microsoft.SignalRService/SignalR/user/write | Modify a user |
413413
> | Microsoft.SignalRService/WebPubSub/auth/accessKey/action | Generate an AccessKey for signing AccessTokens, the key will expire in 90 minutes by default |
414414
> | Microsoft.SignalRService/WebPubSub/auth/accessToken/action | Generate an AccessToken for client to connect to AWPS, the token will expire in 5 minutes by default |
415-
> | Microsoft.SignalRService/WebPubSub/clientConnection/generateToken/action | Generate a JWT Token for client to connect to the service |
415+
> | Microsoft.SignalRService/WebPubSub/clientConnection/generateToken/action | Generate a JWT for client to connect to the service |
416416
> | Microsoft.SignalRService/WebPubSub/clientConnection/send/action | Send messages directly to a client connection |
417417
> | Microsoft.SignalRService/WebPubSub/clientConnection/read | Check client connection existence |
418418
> | Microsoft.SignalRService/WebPubSub/clientConnection/write | Close client connection |

0 commit comments

Comments
 (0)