Interface IUserRegistrationRequest
- Namespace
- The.Components
- Assembly
- Instagile.dll
public interface IUserRegistrationRequest : IEntity, IHasChanges
- Inherited Members
- Extension Methods
Properties
Claims
string Claims { get; set; }
Property Value
DisplayName
string DisplayName { get; set; }
Property Value
OtherUserInformation
string OtherUserInformation { get; set; }
Property Value
Properties
IUserRegistrationRequestProperties Properties { get; }
Property Value
RequestReason
string RequestReason { get; set; }
Property Value
Username
string Username { get; set; }
Property Value
Methods
ConfigureUserAccountAsync(IUserAccount, CancellationToken)
Perform application specific configuration for this user account. Called after the user account, profile and claims have been created and initialised.
Task ConfigureUserAccountAsync(IUserAccount userAccount, CancellationToken cancellationToken)
Parameters
userAccountIUserAccountcancellationTokenCancellationToken