Click or drag to resize

IOpenIDConnectTokenOwnerGroups Property

Returns all the groups the user is an owner of.

Namespace:  Rhino.Runtime.RhinoAccounts
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
IReadOnlyDictionary<string, RhinoAccountsGroup> OwnerGroups { get; }

Property Value

Type: IReadOnlyDictionaryString, RhinoAccountsGroup
See Also