fn decode_session_token(token: String) -> Result<ObjectId, Status>
Expand description

Takes a Base64 encoded session token and transforms it back into a MongoDB ObjectId, if possible.