We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84d3c8 commit 3188b09Copy full SHA for 3188b09
1 file changed
src/Entities/UserIdentity.php
@@ -21,7 +21,9 @@
21
* though a Authenticator may want to enforce only one exists for that
22
* user, like a password.
23
*
24
- * @property Time|null $last_used_at
+ * @property Time|null $last_used_at
25
+ * @property string|null $secret
26
+ * @property string|null $secret2
27
*/
28
class UserIdentity extends Entity
29
{
0 commit comments