addConnector
fun addConnector(value: String, connectorType: ConnectorType, preValidationToken: PreValidationToken? = null): Connector
Add a connector to the current identity. If no preValidationToken is given, the connector will need to be validated before use.
Return
The created Connector.
Parameters
| value | The value of the connector to add. |
| connectorType | The type of the connector. |
| preValidationToken | Given by your server to authorize the adding of a connector. |
Throws
| SealdException |