refreshToken property
Long-lived token used to obtain a new accessToken. May be null for
flows that do not issue refresh tokens (e.g. client-credentials).
Implementation
final String? refreshToken;
Long-lived token used to obtain a new accessToken. May be null for
flows that do not issue refresh tokens (e.g. client-credentials).
final String? refreshToken;