Table of Contents

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

string

DisplayName

[AllowNull]
string DisplayName { get; set; }

Property Value

string

OtherUserInformation

[AllowNull]
string OtherUserInformation { get; set; }

Property Value

string

Properties

IUserRegistrationRequestProperties Properties { get; }

Property Value

IUserRegistrationRequestProperties

RequestReason

[AllowNull]
string RequestReason { get; set; }

Property Value

string

Username

[AllowNull]
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