refreshUrl property

String? refreshUrl
getter/setter pair

The URL to be used for obtaining refresh tokens.

This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS.

Implementation

core.String? refreshUrl;