RelyingPartyMetadata

constructor(redirectUris: List<String>? = null, jsonWebKeySet: JsonWebKeySet? = null, jsonWebKeySetUrl: String? = null, idTokenSignedResponseAlg: JwsAlgorithm? = null, authorizationSignedResponseAlg: JwsAlgorithm? = null, authorizationEncryptedResponseAlg: JweAlgorithm? = null, authorizationEncryptedResponseEncoding: String? = null, idTokenEncryptedResponseAlg: JweAlgorithm? = null, idTokenEncryptedResponseEncoding: String? = null, subjectSyntaxTypesSupported: List<String>, vpFormats: FormatHolder? = null, clientIdScheme: String? = "pre-registered")