* @link http://www.oxidmodule.com */ namespace D3\Webauthn\Application\Model; /** * @deprecated */ class d3webauthn_conf { const WEBAUTHN_SESSION_AUTH = 'webauthn_auth'; const WEBAUTHN_LOGIN_OBJECT = 'authnloginobject'; const WEBAUTHN_SESSION_CURRENTUSER = 'd3webauthnCurrentUser'; const WEBAUTHN_SESSION_CURRENTCLASS = 'd3webauthnCurrentClass'; const WEBAUTHN_SESSION_NAVFORMPARAMS = 'd3webauthnNavFormParams'; }