IamUtil.pairLocalInitial()
DESCRIPTION
Perform Local Initial pairing, assigning the default initial username configured on the device (typically “admin”).
In this mode, the initial user can be paired on the local network without providing a username or password - and only the initial user. This is a typical bootstrap scenario to pair the admin user (device owner).
Read more here: https://docs.nabto.com/developer/guides/concepts/iam/pairing.html#initial-local
DECLARATION
static public func pairLocalInitial(connection: Connection) throws
PARAMETERS
connection:
- An established connection to the device this client should be paired with
THROWS ERRORS
INITIAL_USER_ALREADY_PAIRED:
- if the initial user was already paired
BLOCKED_BY_DEVICE_CONFIGURATION:
- if the device configuration does not support local open pairing (the
IAM:PairingLocalInitial
action is not set for the Unpaired role or the device does not support the pairing mode at all) PAIRING_MODE_DISABLED:
- if the pairing mode is configured on the device but is disabled at runtime.
INITIAL_USER_ALREADY_PAIRED:
- if the initial user was already paired.
IAM_NOT_SUPPORTED:
- if Nabto Edge IAM is not supported by the device