RhinoAccountsManager Class |
Namespace: Rhino.Runtime.RhinoAccounts
The RhinoAccountsManager type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ExecuteProtectedCode |
Any synchronous method in the IRhinoAccountsManager class must be executed within the function passed to this method,
or an InvalidOperationException will be thrown.
|
![]() ![]() | ExecuteProtectedCodeAsync |
Any asynchronous method in the IRhinoAccountsManager class must be executed within the function passed to this method,
or an InvalidOperationException will be thrown.
|
![]() ![]() | GetAuthTokensAsync(String, String, SecretKey, CancellationToken) |
Asynchronously retrieves auth tokens with the given criteria from the Rhino Accounts server.
|
![]() ![]() | GetAuthTokensAsync(String, String, IEnumerableString, String, NullableInt32, Boolean, IProgressRhinoAccoountsProgressInfo, SecretKey, CancellationToken) |
Asynchronously retrieves auth tokens with the given criteria from the Rhino Accounts server.
|
![]() ![]() | RevokeAuthTokenAsync |
Invalidates/revokes an IOAuth2Token object from the Rhino Accounts server.
|
![]() ![]() | TryGetAuthTokens(String, SecretKey) |
Attempts to return cached auth tokens that match the given criteria if any have been stored in cache.
|
![]() ![]() | TryGetAuthTokens(String, IEnumerableString, SecretKey) |
Attempts to return cached auth tokens that match the given criteria if any have been stored in cache.
|
![]() ![]() | UpdateOpenIDConnectTokenAsync |
Updates an OpenID Connect token so that it contains the latest user information by contacting the Rhino Account's server userinfo endpoint using a compatible O
|