File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,32 +109,6 @@ class Auth extends BaseConfig
109109 // 'jwt' => JWT::class,
110110 ];
111111
112- /**
113- * --------------------------------------------------------------------
114- * Name of Authenticator Header
115- * --------------------------------------------------------------------
116- * The name of Header that the Authorization token should be found.
117- * According to the specs, this should be `Authorization`, but rare
118- * circumstances might need a different header.
119- *
120- * @deprecated Moved to AuthToken. No longer used.
121- */
122- public array $ authenticatorHeader = [
123- 'tokens ' => 'Authorization ' ,
124- 'hmac ' => 'Authorization ' ,
125- ];
126-
127- /**
128- * --------------------------------------------------------------------
129- * Unused Token Lifetime
130- * --------------------------------------------------------------------
131- * Determines the amount of time, in seconds, that an unused
132- * access token can be used.
133- *
134- * @deprecated Moved to AuthToken. No longer used.
135- */
136- public int $ unusedTokenLifetime = YEAR ;
137-
138112 /**
139113 * --------------------------------------------------------------------
140114 * Default Authenticator
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments