src/client/http_client.rs: allow access to AuthInfo fields
This commit is contained in:
parent
d6beed07b0
commit
3743dee6de
@ -24,9 +24,9 @@ use crate::tools::{self, tty, BroadcastFuture, DEFAULT_ENCODE_SET};
|
|||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct AuthInfo {
|
pub struct AuthInfo {
|
||||||
username: String,
|
pub username: String,
|
||||||
ticket: String,
|
pub ticket: String,
|
||||||
token: String,
|
pub token: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// HTTP(S) API client
|
/// HTTP(S) API client
|
||||||
|
Loading…
Reference in New Issue
Block a user