Uses of Class
com.onfido.model.DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum
-
Packages that use DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum Package Description com.onfido.model -
-
Uses of DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum in com.onfido.model
Methods in com.onfido.model that return DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum Modifier and Type Method Description static DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnumDeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum. fromValue(String value)DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnumDeviceIntelligenceBreakdownPropertiesDevice. getAuthenticationType()The token used to authenticate the request.DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnumDeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnumDeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum[]DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.onfido.model with parameters of type DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum Modifier and Type Method Description DeviceIntelligenceBreakdownPropertiesDeviceDeviceIntelligenceBreakdownPropertiesDevice. authenticationType(DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum authenticationType)voidDeviceIntelligenceBreakdownPropertiesDevice. setAuthenticationType(DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum authenticationType)voidDeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DeviceIntelligenceBreakdownPropertiesDevice.AuthenticationTypeEnum enumeration)
-