TokenIntrospection

constructor(active: Boolean, scope: String? = null, clientId: String? = null, username: String? = null, tokenType: String? = null, expiresAt: Long? = null, issuedAt: Long? = null, notBefore: Long? = null, subject: String? = null, audience: List<String> = emptyList(), issuer: String? = null, jwtId: String? = null, claims: JsonObject = JsonObject(emptyMap()))(source)