pub async fn save( context: &Context, namespace: Namespace, foreign_key: Option<&str>, token: &str, timestamp: i64, ) -> Result<()>
Saves a token to the database.