Type Alias tea_sdk::tapp::AuthKey

pub type AuthKey = u128;
Expand description

AuthKey is silimar to session key. When end user login he need to sign a AuthOps data strcuture, in this AuthOps he agree this session (IDed by this AuthKey) can do what operation on his account. The AuthKey is the hashmap key to the AuthOps Currently in epoch7 Dec 2021, the AuthKey is the same as AesKey