[][src]Function ory_keto_client::apis::engines_api::do_ory_access_control_policies_allow

pub async fn do_ory_access_control_policies_allow(
    configuration: &Configuration,
    flavor: &str,
    body: Option<OryAccessControlPolicyAllowedInput>
) -> Result<AuthorizationResult, Error<DoOryAccessControlPoliciesAllowError>>

Use this endpoint to check if a request is allowed or not. If the request is allowed, a 200 response with {\"allowed\":\"true\"} will be sent. If the request is denied, a 403 response with {\"allowed\":\"false\"} will be sent instead.