Subversion Repositories oidplus

Rev

Rev 1301 | Rev 1305 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1301 Rev 1303
Line 21... Line 21...
21
 
21
 
22
// phpcs:disable PSR1.Files.SideEffects
22
// phpcs:disable PSR1.Files.SideEffects
23
\defined('INSIDE_OIDPLUS') or die;
23
\defined('INSIDE_OIDPLUS') or die;
24
// phpcs:enable PSR1.Files.SideEffects
24
// phpcs:enable PSR1.Files.SideEffects
25
 
25
 
-
 
26
/**
-
 
27
 * Auth content store for JWT tokens ("Remember me" cookies, Automated AJAX argument, or REST Bearer)
-
 
28
 */
26
class OIDplusAuthContentStoreJWT extends OIDplusAuthContentStore {
29
class OIDplusAuthContentStoreJWT extends OIDplusAuthContentStore {
27
 
30
 
28
        /**
31
        /**
29
         * Cookie name for the JWT auth token
32
         * Cookie name for the JWT auth token
30
         */
33
         */