AuthRequest
class AuthRequest extends Model
DataModel Class
Properties
protected string | $token |
Methods
setOptions(stdClass $object = null, array $options = null)
Sets Properties with matching Array Values
from Model
stdClass
getPublic(array $publics = array('fields', 'isEncrypted', 'identities', '_type'))
Convert the Model into stdClass Object
from Model
string
getToken()
Gets the value of token.
setToken(string $token)
Sets the value of token.
Details
in Model at line 33
multitype:
getProperties()
Get the Model Properties
in Model at line 45
Model
setOptions(stdClass $object = null, array $options = null)
Sets Properties with matching Array Values
in Model at line 82
stdClass
getPublic(array $publics = array('fields', 'isEncrypted', 'identities', '_type'))
Convert the Model into stdClass Object
in Model at line 115
toJson()
at line 31
string
getToken()
Gets the value of token.
at line 42
protected AuthRequest
setToken(string $token)
Sets the value of token.