pub type AuthorizationResult<T> = Result<T, AuthorizationError>;
Expand description

鉴权签名结果