pub fn enrolment_url(token: &OpenUniversityProductAccessToken) -> Option<String>Expand description
The enrolment page a student with no usable enrolment is sent to, or None for a product whose
refresh has never succeeded. The token is exposed here on purpose and nowhere else: it must not
reach a log line or a stored response body.