IssuerMetadata

constructor(issuer: String? = null, credentialIssuer: String? = null, authorizationServers: Set<String>? = null, credentialEndpointUrl: String? = null, tokenEndpointUrl: String? = null, jsonWebKeySetUrl: String? = null, authorizationEndpointUrl: String? = null, batchCredentialEndpointUrl: String? = null, deferredCredentialEndpointUrl: String? = null, notificationEndpointUrl: String? = null, credentialResponseEncryption: SupportedAlgorithmsContainer? = null, supportsCredentialIdentifiers: Boolean? = false, supportedCredentialConfigurations: Map<String, SupportedCredentialFormat>? = null, displayProperties: Set<DisplayProperties>? = null, responseTypesSupported: Set<String>? = null, scopesSupported: Set<String>? = null, subjectTypesSupported: Set<String>? = null, idTokenSigningAlgorithmsSupported: Set<JwsAlgorithm>? = null, requestObjectSigningAlgorithmsSupported: Set<JwsAlgorithm>? = null, subjectSyntaxTypesSupported: Set<String>? = null, idTokenTypesSupported: Set<IdTokenType>? = null, presentationDefinitionUriSupported: Boolean = true, vpFormatsSupported: VpFormatsSupported? = null, clientIdSchemesSupported: Set<String>? = null)(source)