Sebastián Pastor / EtheriosCloudConnector
Embed: (wiki syntax)

« Back to documentation index

Identity Verification Form Types

Identity Verification Form Types

Enumerations

enum  connector_identity_verification_t { connector_identity_verification_simple, connector_identity_verification_password }
 

Identify verification tells the connector to use simple or password identity verification for TCP connection.

More...

Enumeration Type Documentation

Identify verification tells the connector to use simple or password identity verification for TCP connection.

See also:
connector_config_identity_verification_t
Enumerator:
connector_identity_verification_simple 

Callback returns this form for simple identity verification.

Cloud Connector just transmits the device ID and the Device Cloud URL.

connector_identity_verification_password 

Callback returns this form for password identity verification.

Cloud Connector exchanges a pre-shared secret password with Device Cloud. The password must match the password set in Device Cloud.

Note:
Cloud Connector will call connector_request_id_config_password callback for the password.

Definition at line 417 of file connector_api_config.h.