Skip to main content

AuthResponse

Type Alias AuthResponse 

Source
pub type AuthResponse = LoginResponse;
Expand description

认证响应(兼容旧版本)

Aliased Type§

pub struct AuthResponse {
    pub token: String,
    pub user: User,
}

Fields§

§token: String§user: User