2 references to RefreshKey
Microsoft.AspNetCore.Authentication.Abstractions (2)
AuthenticationProperties.cs (2)
115
get => GetBool(
RefreshKey
);
116
set => SetBool(
RefreshKey
, value);