Type Alias SystemAuthResponse

Source
pub type SystemAuthResponse = AuthReport;
Expand description

AuthReport describes the response for authentication check

Aliased Type§

struct SystemAuthResponse {
    pub identity_token: Option<String>,
    pub status: Option<String>,
}

Fields§

§identity_token: Option<String>§status: Option<String>