Skip to main content

reset_password

Function reset_password 

Source
pub async fn reset_password(
    env: Environment,
    client: (&SmbClient, &str),
    token: String,
    password: String,
) -> Result<ResetPasswordResponse, ErrorResponse>