Interface IBankIdCollectData
Represents collect data from Swedish BankId.
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface IBankIdCollectData
Properties
CompletionData
The completion data from BankId.
Declaration
ExpandoObject CompletionData { get; set; }
Property Value
ExpandoObject
|
Id
The id of the collect data.
Declaration
Guid Id { get; set; }
Property Value
System.Guid
|
OccurredUtc
Gets or sets the date and time, in UTC, when the collect occured.
Declaration
DateTime OccurredUtc { get; set; }
Property Value
System.DateTime
|
OrderRef
The return order reference from BankId.
Declaration
string OrderRef { get; set; }
Property Value
String
|
UserId
Gets or sets the id of the user.
Declaration
Guid UserId { get; set; }
Property Value
System.Guid
|