-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(DOCSP-34287) Add documentation for `App.EmailPassword.retryCustomCon…
…firmation` (#3098) ## Pull Request Info Jira ticket: https://jira.mongodb.org/browse/DOCSP-34287 Staged changes: - [Manage Email/Password Users](https://preview-mongodbkrollinsmdb.gatsbyjs.io/realm/DOCSP-34457/sdk/dotnet/manage-users/manage-email-password-users/#retry-a-user-confirmation-function) Add an example for the new App.EmailPassword.retryCustomConfirmation method. ### Reminder Checklist Before merging your PR, make sure to check a few things. - [x] Describe your PR's changes in the Release Notes section - [x] Create a Jira ticket for corresponding docs-app-services work if needed ### Release Notes - **.NET SDK** - Manage Users/Manage Email/Password Users: Add an example for the new App.EmailPassword.retryCustomConfirmation method and the older, undocumented, App.EmailPassword.ResendConfirmationEmailAsync method. ### Review Guidelines [REVIEWING.md](https://github.com/mongodb/docs-realm/blob/master/REVIEWING.md) --------- Co-authored-by: cbullinger <115956901+cbullinger@users.noreply.github.com>
- Loading branch information
1 parent
042978a
commit 6e66c33
Showing
5 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
source/examples/generated/dotnet/WorkWithRealm.snippet.resend-confirmation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
await app.EmailPasswordAuth.ResendConfirmationEmailAsync("<userEmail>"); |
1 change: 1 addition & 0 deletions
1
source/examples/generated/dotnet/WorkWithRealm.snippet.retry-custom-confirmation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
await app.EmailPasswordAuth.RetryCustomConfirmationAsync("<userEmail>"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters