pub fn embed_token(
token_security_key: &str,
video_id: &str,
expires_unix_seconds: i64,
) -> StringExpand description
The Bunny Embed View Token for a video: SHA256_HEX(token_security_key + video_id + expires).
Exposed for callers that build the URL themselves; prefer embed_url_signed.