Function authenticate

Source
pub fn authenticate(
    metadata: &MetadataMap,
    jwks: &JWKS,
    issuer_uri: &str,
) -> Result<ValidJWT, Status>
Expand description

Authenticates a user by extracting the authorization token from the request metadata