Class CedarExperimentalFunctions
- Namespace
- CedarDotNet
- Assembly
- CedarDotNet.dll
The Cedar experimental functions available through the main Cedar FFI.
public static class CedarExperimentalFunctions
- Inheritance
-
CedarExperimentalFunctions
- Inherited Members
Methods
IsAuthorizedPartial(PartialAuthorizationCall)
Evaluates an partial authorization query.
public static IPartialAuthorizationAnswer IsAuthorizedPartial(PartialAuthorizationCall call)
Parameters
call
PartialAuthorizationCallThe partial authorization call.
Returns
- IPartialAuthorizationAnswer
The partial authorization answer.