pub async fn login(
client: &impl Client,
mount: &str,
jwt: &str,
role: Option<String>,
) -> Result<AuthInfo, ClientError>Expand description
Fetch a token using a JWT token
See JWTLoginRequest
pub async fn login(
client: &impl Client,
mount: &str,
jwt: &str,
role: Option<String>,
) -> Result<AuthInfo, ClientError>Fetch a token using a JWT token
See JWTLoginRequest