1 write to Options
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\RemoteAuthenticationService.cs (1)
78Options = options.Value;
4 references to Options
Microsoft.AspNetCore.Components.WebAssembly.Authentication (4)
Services\RemoteAuthenticationService.cs (4)
142result.Status == AccessTokenResultStatus.RequiresRedirect ? Options.AuthenticationPaths.LogInPath : null, 164result.Status == AccessTokenResultStatus.RequiresRedirect ? Options.AuthenticationPaths.LogInPath : null, 203var user = await AccountClaimsPrincipalFactory.CreateUserAsync(account, Options.UserOptions); 213await JsRuntime.InvokeVoidAsync("AuthenticationService.init", Options.ProviderOptions, _loggingOptions);