2 references to _primaryPurpose
Microsoft.AspNetCore.Authentication.BearerToken (2)
BearerTokenConfigureOptions.cs (2)
20options.BearerTokenProtector = new TicketDataFormat(dp.CreateProtector(_primaryPurpose, schemeName, "BearerToken")); 21options.RefreshTokenProtector = new TicketDataFormat(dp.CreateProtector(_primaryPurpose, schemeName, "RefreshToken"));