Interface ITokenSelector
The Token Selector structure.
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface ITokenSelector
Properties
View SourceSelectTokenAction
Gets or sets the action method called by Token Selector when a token is selected and/or created.
Declaration
Action<TokenReference> SelectTokenAction { get; set; }
Property Value
Type | Description |
---|---|
Action<TokenReference> |
TokenSelectorUI
Gets the Token Selector's view (UI element).
Declaration
UIElement TokenSelectorUI { get; }
Property Value
Type | Description |
---|---|
UIElement |