Function authenticate_for_string

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