pub fn validate( init_data: &str, bot_token: &str, exp_in: Duration, ) -> Result<bool, ValidationError>
Validates the passed init data.