Implemented interface member:
property
OnAuthenticationRefresh
Microsoft.AspNetCore.Connections.Features.IConnectionAuthenticationRefreshFeature.OnAuthenticationRefresh
3 references to OnAuthenticationRefresh
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionContext.cs (3)
309/// <param name="userRefreshHttpContext">The request context exposed to <see cref="OnAuthenticationRefresh"/> while validating the refreshed principal.</param> 310/// <param name="additionalAuthenticationRefresh">An optional additional policy invoked after <see cref="OnAuthenticationRefresh"/> accepts the refresh.</param> 313/// This uses a two-phase validate-then-publish strategy: <see cref="OnAuthenticationRefresh"/> is awaited