Developers
Client
Whenever you're dealing with an client in your template, you're actually working with a Client object.
Properties
Type: string|null
The name of the client.
Type: string|null
The handle of the client.
Type: bool|null
Whether the client is enabled or not.
Type: string
The type of client this is (oauth or credentials).
Type: string|null
The primary brand color of the provider connected.
Type: string|null
The SVG icon of the client provider connected.
Type: string
The name of the client provider connected.
Methods
Whether the client provider has been configured.
Returns: bool
Whether the client provider has been connected and has a token. (OAuth clients only).
The access token for a client provider. (OAuth clients only).
Last updated: Sept 14, 2026, 8:29:51 PM