Skip to content

Commit

Permalink
add renew to source client interface
Browse files Browse the repository at this point in the history
  • Loading branch information
gballigand committed Nov 9, 2023
1 parent 59ce6b5 commit eba191c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ public interface IFoundationAccountClient

Task<X509Certificate2> Create(string token, string machineId = null, CancellationToken ct = default(CancellationToken));
Task<string> Login(X509Certificate2 certificate, CancellationToken ct);
Task<X509Certificate2> RenewCertificate(CancellationToken ct);
}
}

0 comments on commit eba191c

Please sign in to comment.