![]() | IAuthServiceGetAccessTokenAsync Method (RequestToken, String, CancellationToken) |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Namespace: ETradeNet.Auth
Task<AccessToken> GetAccessTokenAsync( RequestToken token, string verifier, CancellationToken cancellationToken )
Exception | Condition |
---|---|
ETradeException | E*TRADE API exception. |
HttpRequestException | Network error. |
OperationCanceledException | Asynchronous task canceled (cancellationToken). |
ObjectDisposedException | Disposed object accessed (cancellationToken). |