Show / Hide Table of Contents

Class IdentityServerSupportedLoginModel

Inheritance
System.Object
AccountPageModel
LoginModel
IdentityServerSupportedLoginModel
Inherited Members
LoginModel.ReturnUrl
LoginModel.ReturnUrlHash
LoginModel.LoginInput
LoginModel.EnableLocalLogin
LoginModel.ExternalProviders
LoginModel.VisibleExternalProviders
LoginModel.IsExternalLoginOnly
LoginModel.ExternalLoginScheme
LoginModel.SchemeProvider
LoginModel.AccountOptions
LoginModel.GetExternalProviders()
LoginModel.OnGetExternalLoginCallbackAsync(String, String, String)
LoginModel.CreateExternalUserAsync(ExternalLoginInfo)
LoginModel.ReplaceEmailToUsernameOfInputIfNeeds()
LoginModel.CheckLocalLoginAsync()
AccountPageModel.SignInManager
AccountPageModel.UserManager
AccountPageModel.RedirectSafely(String, String)
AccountPageModel.CheckIdentityErrors(IdentityResult)
AccountPageModel.GetRedirectUrl(String, String)
AccountPageModel.NormalizeReturnUrl(String)
AccountPageModel.CheckCurrentTenant(Nullable<Guid>)
AccountPageModel.GetAppHomeUrl()
Namespace: Volo.Abp.Account.Web.Pages.Account
Assembly: Volo.Abp.Account.Web.IdentityServer.dll
Syntax
public class IdentityServerSupportedLoginModel : LoginModel

Constructors

IdentityServerSupportedLoginModel(IAuthenticationSchemeProvider, IOptions<AbpAccountOptions>, IIdentityServerInteractionService, IClientStore, IEventService)

Declaration
public IdentityServerSupportedLoginModel(IAuthenticationSchemeProvider schemeProvider, IOptions<AbpAccountOptions> accountOptions, IIdentityServerInteractionService interaction, IClientStore clientStore, IEventService identityServerEvents)
Parameters
Type Name Description
IAuthenticationSchemeProvider schemeProvider
IOptions<AbpAccountOptions> accountOptions
IIdentityServerInteractionService interaction
IClientStore clientStore
IEventService identityServerEvents

Properties

ClientStore

Declaration
protected IClientStore ClientStore { get; }
Property Value
Type Description
IClientStore

IdentityServerEvents

Declaration
protected IEventService IdentityServerEvents { get; }
Property Value
Type Description
IEventService

Interaction

Declaration
protected IIdentityServerInteractionService Interaction { get; }
Property Value
Type Description
IIdentityServerInteractionService

Methods

OnGetAsync()

Declaration
public override Task<IActionResult> OnGetAsync()
Returns
Type Description
System.Threading.Tasks.Task<IActionResult>
Overrides
LoginModel.OnGetAsync()

OnPostAsync(String)

Declaration
public override Task<IActionResult> OnPostAsync(string action)
Parameters
Type Name Description
System.String action
Returns
Type Description
System.Threading.Tasks.Task<IActionResult>
Overrides
LoginModel.OnPostAsync(String)

OnPostExternalLogin(String)

Declaration
public override Task<IActionResult> OnPostExternalLogin(string provider)
Parameters
Type Name Description
System.String provider
Returns
Type Description
System.Threading.Tasks.Task<IActionResult>
Overrides
LoginModel.OnPostExternalLogin(String)

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft