Skip to content

Commit f22db9c

Browse files
authored
Merge pull request #126053 from changeworld/patch-158
Fix typo
2 parents 09ef547 + 260058f commit f22db9c

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
@@ -251,7 +251,7 @@ Azure service: [Azure SignalR Service](/azure/azure-signalr/)
251251
> | Microsoft.SignalRService/SignalR/auth/clientToken/action | Generate an AccessToken for client to connect to ASRS, the token will expire in 5 minutes by default |
252252
> | Microsoft.SignalRService/SignalR/auth/accessKey/action | Generate an AccessKey for signing AccessTokens, the key will expire in 90 minutes by default |
253253
> | Microsoft.SignalRService/SignalR/auth/accessToken/action | Generate an AccessToken for client to connect to ASRS, the token will expire in 5 minutes by default |
254-
> | Microsoft.SignalRService/SignalR/clientConnection/generateToken/action | Generate a JWT Token for client to connect to the service |
254+
> | Microsoft.SignalRService/SignalR/clientConnection/generateToken/action | Generate a JWT for client to connect to the service |
255255
> | Microsoft.SignalRService/SignalR/clientConnection/send/action | Send messages directly to a client connection |
256256
> | Microsoft.SignalRService/SignalR/clientConnection/read | Check client connection existence |
257257
> | Microsoft.SignalRService/SignalR/clientConnection/write | Close client connection |
@@ -269,7 +269,7 @@ Azure service: [Azure SignalR Service](/azure/azure-signalr/)
269269
> | Microsoft.SignalRService/SignalR/user/write | Modify a user |
270270
> | Microsoft.SignalRService/WebPubSub/auth/accessKey/action | Generate an AccessKey for signing AccessTokens, the key will expire in 90 minutes by default |
271271
> | Microsoft.SignalRService/WebPubSub/auth/accessToken/action | Generate an AccessToken for client to connect to AWPS, the token will expire in 5 minutes by default |
272-
> | Microsoft.SignalRService/WebPubSub/clientConnection/generateToken/action | Generate a JWT Token for client to connect to the service |
272+
> | Microsoft.SignalRService/WebPubSub/clientConnection/generateToken/action | Generate a JWT for client to connect to the service |
273273
> | Microsoft.SignalRService/WebPubSub/clientConnection/send/action | Send messages directly to a client connection |
274274
> | Microsoft.SignalRService/WebPubSub/clientConnection/read | Check client connection existence |
275275
> | Microsoft.SignalRService/WebPubSub/clientConnection/write | Close client connection |

0 commit comments

Comments
 (0)