1//! Cloud authentication token identifier type. 2 3use crate::define_token; 4 5define_token!(CloudAuthToken);