AuthenticationResponseParameters

constructor(    code: String? = null,     idToken: String? = null,     vpToken: JsonElement? = null,     presentationSubmission: PresentationSubmission? = null,     state: String? = null,     issuer: String? = null,     audience: String? = null,     expiration: Instant? = null,     response: String? = null)(source)