IRhinoAccountsManagerRevokeAuthTokenAsync Method |
Namespace: Rhino.Runtime.RhinoAccounts
Task 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)"]
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. |