UserSession

constructor(    accessToken: String,     refreshToken: String,     providerRefreshToken: String? = null,     providerToken: String? = null,     expiresIn: Long,     tokenType: String,     user: UserInfo? = null,     type: String = "",     expiresAt: Instant = Clock.System.now() + (expiresIn.seconds))(source)