Enum TokenResolveState
An enum to represent the resolve state of a token.
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public enum TokenResolveState
Fields
Name | Description |
---|---|
AdHoc | A token is an AdHoc token and using AdHoc Resolver. |
Canceled | Resolving a token was canceled. |
Failed | A token failed to resolve. |
Resolving | A token is currently resolving. |
Success | A token resolved successfully. |