hasAuthCookie

Checks whether the client has the auth cookie or not.

static if(isWeb)
bool
hasAuthCookie
(
HttpClient client
)

Parameters

client HttpClient

The client.

Return Value

Type: bool

True if the client has the auth cookie, false otherwise.

Meta