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.
117
case
RemoteAuthenticationActions
.Profile:
120
case
RemoteAuthenticationActions
.Register:
123
case
RemoteAuthenticationActions
.LogIn:
126
case
RemoteAuthenticationActions
.LogInCallback:
129
case
RemoteAuthenticationActions
.LogInFailed:
132
case
RemoteAuthenticationActions
.LogOut:
135
case
RemoteAuthenticationActions
.LogOutCallback:
138
case
RemoteAuthenticationActions
.LogOutFailed:
141
case
RemoteAuthenticationActions
.LogOutSucceeded:
162
case
RemoteAuthenticationActions
.LogIn:
165
case
RemoteAuthenticationActions
.LogInCallback:
168
case
RemoteAuthenticationActions
.LogInFailed:
170
case
RemoteAuthenticationActions
.Profile:
181
case
RemoteAuthenticationActions
.Register:
192
case
RemoteAuthenticationActions
.LogOut:
195
case
RemoteAuthenticationActions
.LogOutCallback:
198
case
RemoteAuthenticationActions
.LogOutFailed:
200
case
RemoteAuthenticationActions
.LogOutSucceeded: