Interface IUserRegistrationRequest
- Namespace
- The.Components
- Assembly
- Instagile.dll
public interface IUserRegistrationRequest : IEntity, IHasChanges
- Inherited Members
- Extension Methods
Properties
Claims
[AllowNull]
string Claims { get; set; }
Property Value
DisplayName
[AllowNull]
string DisplayName { get; set; }
Property Value
OtherUserInformation
[AllowNull]
string OtherUserInformation { get; set; }
Property Value
Properties
IUserRegistrationRequestProperties Properties { get; }
Property Value
RequestReason
[AllowNull]
string RequestReason { get; set; }
Property Value
Username
[AllowNull]
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