Enum AuthenticationStatus
Enum AuthenticationStatus. Describes the status of the user authentication process.
Namespace: VpnSDK.Public.Enums
Assembly: VpnSDK.dll
Syntax
public enum AuthenticationStatus
Fields
Name | Description |
---|---|
Authenticated | Authentication has successfully completed and credentials are valid. |
Authenticating | Authenticating the credentials against the WLVPN API. |
NotAuthenticated | The WLVPN API was not reachable or the credentials provided were invalid. |