Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
- 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.
Generated on Tue Jul 12 2022 19:18:38 by
1.7.2