RelyingPartyMetadata

constructor(    redirectUris: List<String>? = null,     jsonWebKeySet: JsonWebKeySet? = null,     jsonWebKeySetUrl: String? = null,     idTokenSignedResponseAlgString: String? = null,     authorizationSignedResponseAlgString: String? = null,     authorizationEncryptedResponseAlgString: String? = null,     authorizationEncryptedResponseEncodingString: String? = null,     idTokenEncryptedResponseAlgString: String? = null,     idTokenEncryptedResponseEncodingString: String? = null,     subjectSyntaxTypesSupported: Set<String>? = null,     vpFormats: FormatHolder? = null,     clientIdScheme: OpenIdConstants.ClientIdScheme? = OpenIdConstants.ClientIdScheme.PreRegistered)(source)