pub async fn bind_client_device(
store: &ProfileStore,
) -> Result<(), DeviceClientError>Expand description
Provision a device client after login.
Loads the auth token and device identity from disk, creates a client in ZeroKMS (on the workspace’s default keyset), and persists the resulting secret key to the profile store.
If the secret key already exists on disk, or the server returns 409 (conflict), this is a no-op.