Interface IUserRegistrationRequestProperties
- Namespace
- The.Components
- Assembly
- Instagile.dll
public interface IUserRegistrationRequestProperties : IEntityProperties
- Inherited Members
-
Properties
Claims
PrimitiveAttribute<string> Claims { get; }
Property Value
- PrimitiveAttribute<string>
DisplayName
PrimitiveAttribute<string> DisplayName { get; }
Property Value
- PrimitiveAttribute<string>
PrimitiveAttribute<string> OtherUserInformation { get; }
Property Value
- PrimitiveAttribute<string>
RequestReason
PrimitiveAttribute<string> RequestReason { get; }
Property Value
- PrimitiveAttribute<string>
Username
PrimitiveAttribute<string> Username { get; }
Property Value
- PrimitiveAttribute<string>