string GetSecret(
string secret,
CancellationToken cancellationToken = default
)| ArgumentException | secret is an empty string. |
| ArgumentNullException | secret is null. |
| RequestFailedException | The server returned an error. See Message for details returned from the server. |