refreshToken

@SerialName(value = "refresh_token")
val refreshToken: String? = null(source)

RFC6749: OPTIONAL. The refresh token, which can be used to obtain new access tokens using the same authorization grant.