[][src]Trait suzume::Auth0JwksFetcher

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

fetch jwks.json from Auth0

Required methods

fn fetch(self, url: String) -> Result<String, Error>

fetch jwks.json from url

Loading content...

Implementors

Loading content...