getAuthCookie

Gets the auth cookie from a client.

static if(isWeb)
string
getAuthCookie
(
HttpClient client
)

Parameters

client HttpClient

The client to get the auth cookie from.

Return Value

Type: string

Returns the auth cookie.

Meta