We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fdbce4 commit 1b7bffdCopy full SHA for 1b7bffd
1 file changed
src/Enum/Authorization.php
@@ -0,0 +1,9 @@
1
+<?php declare(strict_types=1);
2
+
3
+namespace Pdsinterop\Solid\Auth\Enum;
4
5
+class Authorization
6
+{
7
+ public const APPROVED = true;
8
+ public const DENIED = false;
9
+}
0 commit comments