apply theme and title using BuildAuthorizeURL

I have this code and I also want to specify my theme logo, default color and title as I am doing with the javascript lock:

C# code:
var authorizeUrlBuilder = client.BuildAuthorizationUrl() .WithClient(ConfigurationManager.AppSettings"auth0:ClientId"])… etc.

Javascript code I want to add to my URL
theme: {
logo: ‘.xyz Domain Names | Join Generation XYZ’,
primaryColor: ‘#F0B823
},
languageDictionary: {
title: “myTitle”
},
Can’t figure out if possible.

As it has been more than a few months since this topic was opened, and there has been no reply or further information provided as to the existence of the issue, we are closing this topic. Please don’t hesitate to create a new topic if this issue is still present, we would be happy to work with you to help find a resolution.