Beispiel #1
0
 /// <inheritdoc />
 public async ValueTask SendRecoveryCodeAsync(string email, string userId, string code, CancellationToken cancellationToken = default)
 => await m_client.SendPasswordRecoveryAsync(new IdAndCode { Code = code, Email = email, UserId = userId }, cancellationToken : cancellationToken).ResponseAsync.ConfigureAwait(false);