net~ AuthTokenUrlHelperMixin

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

Methods

refreshTokenV2Url(date) → {string}

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:
NameTypeDescription
datedate

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

Returns:

the URL

Type: 
string