1 write to _accessor
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AccountClaimsPrincipalFactory.cs (1)
22
public AccountClaimsPrincipalFactory(IAccessTokenProviderAccessor accessor) =>
_accessor
= accessor;
1 reference to _accessor
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AccountClaimsPrincipalFactory.cs (1)
27
public IAccessTokenProvider TokenProvider =>
_accessor
.TokenProvider;