updateUrl property

String? updateUrl
final

URL of the web page for updating the security policy.

When the value of needUpdate is true, a URL is returned to the app. In this case, the app needs to call a browser to open the user authorization page.

Implementation

final String? updateUrl;