Class VerifyResponse
Verify response result.
Inheritance
System.Object
VerifyResponse
Namespace: ActiveLogin.Authentication.BankId.Api.Models
Assembly: ActiveLogin.Authentication.BankId.Api.dll
Syntax
public class VerifyResponse : object
Constructors
| Improve this Doc View SourceVerifyResponse(String, VerifyUser, VerifyVerification, VerifyAuthentication)
Declaration
public VerifyResponse(string transactionType, VerifyUser user, VerifyVerification verification, VerifyAuthentication authentication)
Parameters
Type | Name | Description |
---|---|---|
System.String | transactionType | |
VerifyUser | user | |
VerifyVerification | verification | |
VerifyAuthentication | authentication |
Properties
| Improve this Doc View SourceAuthentication
Information related to the authenticated ID cardholder.
Declaration
public VerifyAuthentication Authentication { get; }
Property Value
Type | Description |
---|---|
VerifyAuthentication |
TransactionType
Type of transaction, a fixed value of ID-kort-validering.
Declaration
public string TransactionType { get; }
Property Value
Type | Description |
---|---|
System.String |
User
Information related to the authenticated ID cardholder.
Declaration
public VerifyUser User { get; }
Property Value
Type | Description |
---|---|
VerifyUser |
Verification
Information related to the verification of the authenticated digital ID cardholder.
Declaration
public VerifyVerification Verification { get; }
Property Value
Type | Description |
---|---|
VerifyVerification |