1 write to Status
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AccessTokenResult.cs (1)
24
Status
= status;
3 references to Status
Microsoft.AspNetCore.Components.WebAssembly.Authentication (3)
Services\AccessTokenResult.cs (3)
36
/// Gets the URL to call <see cref="NavigationManagerExtensions.NavigateToLogin(NavigationManager, string, InteractiveRequestOptions)"/> if <see cref="
Status
"/> is
42
/// Gets the <see cref="InteractiveRequestOptions"/> to use if <see cref="
Status
"/> is <see cref="AccessTokenResultStatus.RequiresRedirect"/>.
53
if (
Status
== AccessTokenResultStatus.Success)