applyReauthPolicy property

bool? applyReauthPolicy
getter/setter pair

Indicates if the user has opted in Google Reauth Policy.

If opted in, the refresh token will be valid for 20 hours, after which time users must re-authenticate in order to obtain a new one.

Implementation

core.bool? applyReauthPolicy;