pub fn api_key_authenticator_from_schema(
schema: &CompiledSchema,
) -> Option<Arc<ApiKeyAuthenticator>>Expand description
Build an ApiKeyAuthenticator from the compiled schema’s security.api_keys JSON.
pub fn api_key_authenticator_from_schema(
schema: &CompiledSchema,
) -> Option<Arc<ApiKeyAuthenticator>>Build an ApiKeyAuthenticator from the compiled schema’s security.api_keys JSON.