Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing docs links #121

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/PinguApps.Appwrite.Client/Clients/IAccountClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ public interface IAccountClient

/// <summary>
/// Verify an authenticator app after adding it using <see cref="AddAuthenticator"/>.
/// <para><see href="https://appwrite.io/docs/references/1.5.x/client-rest/account#updateMfaAuthenticator">Appwrite Docs</see></para>
/// </summary>
/// <param name="request">The request content</param>
/// <param name="type">Type of authenticator</param>
Expand All @@ -160,6 +161,7 @@ public interface IAccountClient

/// <summary>
/// Enable or disable MFA on an account
/// <para><see href="https://appwrite.io/docs/references/1.5.x/client-rest/account#updateMFA">Appwrite Docs</see></para>
/// </summary>
/// <param name="request">The request content</param>
/// <returns>The user</returns>
Expand Down