authUrl property

String? authUrl
getter/setter pair

A URL that the library may use to obtain a token string (in plain text format), or a signed TokenRequest or TokenDetails (in JSON format) from.

Implementation

String? authUrl;