Mixin: AuthTokenUrlHelperMixin

net~ AuthTokenUrlHelperMixin

A mixin class that adds authentication token support to module:net~UrlHelper.

Methods


refreshTokenV2Url(date)

Generate a URL to refresh the signing key of an authentication token.

Note this method only works against the /sec version of the API endpoint.

Parameters:
Name Type Description
date date

the signing date to use, or null for the current date

Returns:

the URL

Type
string