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