pub type SystemAuthResponse = AuthReport;Expand description
AuthReport describes the response for authentication check
Aliased Type§
pub struct SystemAuthResponse {
pub identity_token: Option<String>,
pub status: Option<String>,
}Fields§
§identity_token: Option<String>§status: Option<String>