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