pub trait Auth0JwksFetcher {
    fn fetch(self, url: String) -> Result<String, Error>;
}
Expand description

fetch jwks.json from Auth0

Required Methods§

fetch jwks.json from url

Implementors§