2 references to RedirectUriKey
Microsoft.AspNetCore.Authentication.Abstractions (2)
AuthenticationProperties.cs (2)
85
get => GetString(
RedirectUriKey
);
86
set => SetString(
RedirectUriKey
, value);