Skip to content

Commit

Permalink
Update getting-started/CONCEPTS/USER-AUTH.md
Browse files Browse the repository at this point in the history
Co-authored-by: Corina <[email protected]>
  • Loading branch information
singhk97 and corinagum authored Jan 19, 2024
1 parent 36e62ca commit 1bf7aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started/CONCEPTS/USER-AUTH.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ options.AutoSignIn = (ITurnContext turnContext, CancellationToken cancellationTo
})
```

The `autoSignIn` property takes a callback that triggers the sign in flow if it returns true. It depends on the turn context from which the incomming activity details can be extracted. In the above example, the library will not attempt to sign the user in if the incomming activity `commandId` is *"signOutCommand"*.
The `autoSignIn` property takes a callback that triggers the sign in flow if it returns true. It depends on the turn context from which the incomming activity details can be extracted. In the above example, the library will not attempt to sign the user in if the incoming activity `commandId` is *"signOutCommand"*.

This is useful if the user should be signed in by default before attempting to interacting with the bot in general.

Expand Down

0 comments on commit 1bf7aaa

Please sign in to comment.