RelyingPartyMetadata

constructor(redirectUris: List<String>? = null, jsonWebKeySet: JsonWebKeySet? = null, jsonWebKeySetUrl: String? = null, idTokenSignedResponseAlg: JwsAlgorithm? = null, authorizationSignedResponseAlg: JwsAlgorithm? = null, authorizationEncryptedResponseAlg: JweAlgorithm? = null, authorizationEncryptedResponseEncoding: JweEncryption? = null, idTokenEncryptedResponseAlg: JweAlgorithm? = null, idTokenEncryptedResponseEncoding: JweEncryption? = null, subjectSyntaxTypesSupported: Set<String>? = null, vpFormats: FormatHolder? = null, clientIdScheme: OpenIdConstants.ClientIdScheme? = OpenIdConstants.ClientIdScheme.PRE_REGISTERED)(source)