TokenServiceInterface
TokenServiceInterface.php
:
18
Interface
Service responsible for creating a token for the collaborative editing feature.
Tags
Methods¶
createToken()
¶
TokenServiceInterface.php
:
25
Creates a token for the given user.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $user | User|null | null |
The user for whom the token should be created. If not provided, the current user is used. |
Return values
string