pub fn get_content() -> String
Expand description

Get the HTML content to render the session expired/invalid page.

§See Also

  • This page is served as a response for all the content delivery entry points, when the user’s session_token is invalid or expired.

§Returns

A String version of the HTML, CSS and JS content.