Search Results for

    Show / Hide Table of Contents

    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 Source

    VerifyResponse(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 Source

    Authentication

    Information related to the authenticated ID cardholder.

    Declaration
    public VerifyAuthentication Authentication { get; }
    Property Value
    Type Description
    VerifyAuthentication
    | Improve this Doc View Source

    TransactionType

    Type of transaction, a fixed value of ID-kort-validering.

    Declaration
    public string TransactionType { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    User

    Information related to the authenticated ID cardholder.

    Declaration
    public VerifyUser User { get; }
    Property Value
    Type Description
    VerifyUser
    | Improve this Doc View Source

    Verification

    Information related to the verification of the authenticated digital ID cardholder.

    Declaration
    public VerifyVerification Verification { get; }
    Property Value
    Type Description
    VerifyVerification
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Active Solution