TokenPagination
extends Message
in package
Generated from protobuf message <code>livekit.TokenPagination</code>
Table of Contents
Properties
- $token : mixed
- Generated from protobuf field <code>string token = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getToken() : string
- Generated from protobuf field <code>string token = 1;</code>
- setToken() : $this
- Generated from protobuf field <code>string token = 1;</code>
Properties
$token
Generated from protobuf field <code>string token = 1;</code>
protected
mixed
$token
= ''
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
{ Optional. Data for populating the Message object.
@type string $token}
getToken()
Generated from protobuf field <code>string token = 1;</code>
public
getToken() : string
Return values
stringsetToken()
Generated from protobuf field <code>string token = 1;</code>
public
setToken(string $var) : $this
Parameters
- $var : string