IssuerMetadata

constructor(    issuer: String? = null,     credentialIssuer: String,     authorizationServers: Set<String>? = null,     credentialEndpointUrl: String,     nonceEndpointUrl: String? = null,     deferredCredentialEndpointUrl: String? = null,     notificationEndpointUrl: String? = null,     credentialResponseEncryption: SupportedAlgorithmsContainer? = null,     batchCredentialIssuance: BatchCredentialIssuanceMetadata? = null,     signedMetadata: String? = null,     displayProperties: Set<DisplayProperties>? = null,     supportedCredentialConfigurations: Map<String, SupportedCredentialFormat>? = null)(source)