31 references to RemoteAuthenticationActions
Microsoft.AspNetCore.Components.WebAssembly.Authentication (31)
Models\RemoteAuthenticationActions.cs (3)
57/// Whether or not a given <paramref name="candidate"/> represents a given <see cref="RemoteAuthenticationActions"/>. 59/// <param name="action">The <see cref="RemoteAuthenticationActions"/>.</param> 61/// <returns>Whether or not is the given <see cref="RemoteAuthenticationActions"/> action.</returns>
RemoteAuthenticatorViewCore.cs (28)
27/// Gets or sets the <see cref="RemoteAuthenticationActions"/> action the component needs to handle. 37/// Gets or sets a <see cref="RenderFragment"/> with the UI to display while <see cref="RemoteAuthenticationActions.LogIn"/> is being handled. 42/// Gets or sets a <see cref="RenderFragment"/> with the UI to display while <see cref="RemoteAuthenticationActions.Register"/> is being handled. 47/// Gets or sets a <see cref="RenderFragment"/> with the UI to display while <see cref="RemoteAuthenticationActions.Profile"/> is being handled. 52/// Gets or sets a <see cref="RenderFragment"/> with the UI to display while <see cref="RemoteAuthenticationActions.LogInCallback"/> is being handled. 57/// Gets or sets a <see cref="RenderFragment"/> with the UI to display while <see cref="RemoteAuthenticationActions.LogInFailed"/> is being handled. 62/// Gets or sets a <see cref="RenderFragment"/> with the UI to display while <see cref="RemoteAuthenticationActions.LogOut"/> is being handled. 67/// Gets or sets a <see cref="RenderFragment"/> with the UI to display while <see cref="RemoteAuthenticationActions.LogOutCallback"/> is being handled. 72/// Gets or sets a <see cref="RenderFragment"/> with the UI to display while <see cref="RemoteAuthenticationActions.LogOutFailed"/> is being handled. 77/// Gets or sets a <see cref="RenderFragment"/> with the UI to display while <see cref="RemoteAuthenticationActions.LogOutSucceeded"/> is being handled. 117case RemoteAuthenticationActions.Profile: 120case RemoteAuthenticationActions.Register: 123case RemoteAuthenticationActions.LogIn: 126case RemoteAuthenticationActions.LogInCallback: 129case RemoteAuthenticationActions.LogInFailed: 132case RemoteAuthenticationActions.LogOut: 135case RemoteAuthenticationActions.LogOutCallback: 138case RemoteAuthenticationActions.LogOutFailed: 141case RemoteAuthenticationActions.LogOutSucceeded: 162case RemoteAuthenticationActions.LogIn: 165case RemoteAuthenticationActions.LogInCallback: 168case RemoteAuthenticationActions.LogInFailed: 170case RemoteAuthenticationActions.Profile: 181case RemoteAuthenticationActions.Register: 192case RemoteAuthenticationActions.LogOut: 195case RemoteAuthenticationActions.LogOutCallback: 198case RemoteAuthenticationActions.LogOutFailed: 200case RemoteAuthenticationActions.LogOutSucceeded: