Table of Contents

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

string

DisplayName

string DisplayName { get; set; }

Property Value

string

OtherUserInformation

string OtherUserInformation { get; set; }

Property Value

string

Properties

IUserRegistrationRequestProperties Properties { get; }

Property Value

IUserRegistrationRequestProperties

RequestReason

string RequestReason { get; set; }

Property Value

string

Username

string Username { get; set; }

Property Value

string

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

userAccount IUserAccount
cancellationToken CancellationToken

Returns

Task