Function okta_jwt_verifier::verify[][src]

pub async fn verify<T>(issuer: &str, token: &str) -> Result<TokenData<T>> where
    T: DeserializeOwned