You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Retrieves the authentication methods for login routine.
78
+
/// </summary>
79
+
/// <param name="vaultFolder">The folder representing the vault for which authentication methods should be retrieved.</param>
80
+
/// <param name="unlockProcedure">The authentication method used to unlock the vault.</param>
81
+
/// <param name="vaultId">The unique identifier of the vault.</param>
82
+
/// <param name="cancellationToken">A <see cref="CancellationToken"/> that cancels this action.</param>
83
+
/// <returns>Returns an async operation represented by <see cref="IAsyncEnumerable{T}"/> of type <see cref="AuthenticationViewModel"/> representing available authentication options.</returns>
0 commit comments