Enum Class DeviceManagementFileAuthenticationStatus

java.lang.Object
java.lang.Enum<DeviceManagementFileAuthenticationStatus>
co.ecg.alpaca.toolkit.generated.enums.DeviceManagementFileAuthenticationStatus
All Implemented Interfaces:
Serializable, Comparable<DeviceManagementFileAuthenticationStatus>, Constable

public enum DeviceManagementFileAuthenticationStatus extends Enum<DeviceManagementFileAuthenticationStatus>
The status of a Device Management File Authentication. The possible values are: "Challenge" : authentication is required. "Need Digest Authntication" : client needs to use digest authentication. "Need User Password Authntication" : client needs to use user/pass authentication.
Author:
AlpacaGenerator