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.