Skip to content
Snippets Groups Projects

[pull] main from privacyidea:master

Merged Pavel Břoušek requested to merge github/fork/privacyidea/master into main
12 files
+ 781
446
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 8
0
 
<?php
 
abstract class AuthenticationStatus
 
{
 
const CHALLENGE = "CHALLENGE";
 
const ACCEPT = "ACCEPT";
 
const REJECT = "REJECT";
 
const NONE = "NONE";
 
}
 
\ No newline at end of file
Loading