AuthenticationType Enum
- java.
lang. Object - java.
lang. Enum<AuthenticationType> - com.
microsoft. azure. sdk. iot. service. auth. AuthenticationType
- com.
- java.
public enum AuthenticationType
Enum for the type of authentication used. SAS - shared access signature SELF_SIGNED - self signed certificate CERTIFICATE_AUTHORITY - certificate authority signed certificate
Fields
CERTIFICATE_AUTHORITY | |
SAS | |
SELF_SIGNED |