| IRhinoAccountsManagerRevokeAuthTokenAsync Method | 
Namespace: Rhino.Runtime.RhinoAccounts
 Syntax
SyntaxTask RevokeAuthTokenAsync( IOAuth2Token oauth2Token, SecretKey secretKey, CancellationToken cancellationToken )
[Missing <returns> documentation for "M:Rhino.Runtime.RhinoAccounts.IRhinoAccountsManager.RevokeAuthTokenAsync(Rhino.Runtime.RhinoAccounts.IOAuth2Token,Rhino.Runtime.RhinoAccounts.SecretKey,System.Threading.CancellationToken)"]
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| InvalidOperationException | An invalid secretKey was passed, or the assembly is not allowed to call methods from IRhinoAccountsManager | 
| OperationCanceledException | The operation was cancelled, either by internal decisions or because the cancellationToken was cancelled. | 
 Remarks
Remarks See Also
See Also