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