Type Alias cc_auth::UserId

source ยท
pub type UserId = u64;
Expand description

User identifier type.

You can use in your own code any ID type you want that convertible into u64.