Options
Less than 1 minute
Options
class Options extends \Hazaar\Model\StructExtends: Hazaar\Model\Struct
Properties
cookie_name
public string $cookie_name = 'hazaar-auth-token'Type: string
expires
Access token lifetime, in seconds.
public int $expires = 15Type: int
refresh
Refresh token lifetime, in seconds.
public int $refresh = 30Type: int
path
public string $path = '/'Type: string
domain
public string $domainType: string
secure
public bool $secure = trueType: bool
httponly
public bool $httponly = trueType: bool
samesite
public string $samesite = 'Lax'Type: string
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:17 +0000