pub async fn ensure_access_key(
cfg: EnsureAccessKeyConfig,
) -> Result<AccessKeyOutcome>Expand description
Run the device-code flow, persist the resulting key to store.json, and
return the new entry’s identifying fields.
pub async fn ensure_access_key(
cfg: EnsureAccessKeyConfig,
) -> Result<AccessKeyOutcome>Run the device-code flow, persist the resulting key to store.json, and
return the new entry’s identifying fields.