Function authenticate_for_jwt

Source
pub async fn authenticate_for_jwt(
    ctx: &Context<'_>,
    jwks: JWKS,
    issuer_uri: &str,
) -> Result<ValidJWT, Error>