Ory.Model.CheckPermissionResultWithError (ory_client v1.18.5)

Check Permission Result With Error

Summary

Types

t()

@type t() :: %Ory.Model.CheckPermissionResultWithError{
  allowed: boolean(),
  error: String.t() | nil
}

Functions

decode(value)