Enum TokenValidationResult
Result of validation process
Namespace: SuperOffice.Security
Assembly: SuperOffice.Plugins.dll
Syntax
public enum TokenValidationResult
Fields
Name | Description |
---|---|
Indifferent | The plugin is indifferent to the authentication. |
Rejected | The plugin rejects the authentication. |
Valid | The plugin can positively confirm the authentication. |