19#pragma warning restore CS0618 // Type or member is obsolete
20
22protectedoverride Uri TokenUrl => new($"{OAuthConfiguration.ServerUrl}/oauth/token/"); // This needs the trailing slash or it doesnt get the token. Do not remove.
23
25protectedoverride Uri UserInformationUrl => new($"{OAuthConfiguration.ServerUrl}/api/core/me");