| RhinoAccountsManagerTryGetAuthTokens Method (String, IEnumerableString, SecretKey) | 
Namespace: Rhino.Runtime.RhinoAccounts
 Syntax
Syntaxpublic static Tuple<IOpenIDConnectToken, IOAuth2Token> TryGetAuthTokens( string clientId, IEnumerable<string> scope, SecretKey secretKey )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| InvalidOperationException | An invalid secretKey was passed, or the assembly is not allowed to call methods from IRhinoAccountsManager | 
 See Also
See Also