20protectedoverride Uri TokenUrl => new($"{OAuthConfiguration.ServerUrl}/oauth/token/"); // This needs the trailing slash or it doesnt get the token. Do not remove.
21
23protectedoverride Uri UserInformationUrl => new($"{OAuthConfiguration.ServerUrl}/api/core/me");