Function validate_token

Source
pub async fn validate_token(
    token: AppAccessToken,
) -> Result<ValidatedToken, Box<dyn Error>>