Class TemporaryUserLoginInfo
Represents temproary login information for a user record.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class TemporaryUserLoginInfo
Properties
Code
Gets or sets the invitation token.
Declaration
public string Code { get; set; }
Property Value
|
String
|
UserId
Gets or sets the unique identifier.
Declaration
public string UserId { get; set; }
Property Value
|
String
|