Extend type property in tokens_o to support AUTH_TOKEN_SUBUSER
This commit is contained in:
@@ -12,7 +12,7 @@ class tokens_o extends db
|
||||
use db_object_t;
|
||||
|
||||
public object_property $user_id;
|
||||
public object_property $type; // AUTH_TOKEN, RESET_PASSWORD
|
||||
public object_property $type; // AUTH_TOKEN, RESET_PASSWORD, AUTH_TOKEN_SUBUSER
|
||||
public object_property $token;
|
||||
|
||||
public function structure(): void
|
||||
|
||||
Reference in New Issue
Block a user