OAuthManager RegisteredClients Property Nemiro.OAuth
Gets the list of registered clients.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public static Dictionary<ClientName, OAuthBase> RegisteredClients { get; }

Property Value

Type: Dictionary ClientName, OAuthBase 
See Also