refreshToken property

String? refreshToken
final

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;