Search Results for

    Show / Hide Table of Contents

    Class CollectResponse

    Collect response result.

    Inheritance
    System.Object
    CollectResponse
    Namespace: ActiveLogin.Authentication.BankId.Api.Models
    Assembly: ActiveLogin.Authentication.BankId.Api.dll
    Syntax
    public class CollectResponse : object

    Constructors

    | Improve this Doc View Source

    CollectResponse(String, String, String)

    Declaration
    public CollectResponse(string orderRef, string status, string hintCode)
    Parameters
    Type Name Description
    System.String orderRef
    System.String status
    System.String hintCode
    | Improve this Doc View Source

    CollectResponse(String, String, String, CompletionData)

    Declaration
    public CollectResponse(string orderRef, string status, string hintCode, CompletionData completionData)
    Parameters
    Type Name Description
    System.String orderRef
    System.String status
    System.String hintCode
    CompletionData completionData

    Properties

    | Improve this Doc View Source

    CompletionData

    The completionData includes the signature, user information and the OCSP response. RP should control the user information and continue their process. RP should keep the completion data for future references/compliance/audit.

    Declaration
    public CompletionData CompletionData { get; }
    Property Value
    Type Description
    CompletionData
    Remarks

    Only present for complete orders.

    | Improve this Doc View Source

    HintCode

    Collect hint code. RP should use the HintCode to provide the user with details and instructions and keep on calling collect until failed or complete.

    Declaration
    public string HintCode { get; }
    Property Value
    Type Description
    System.String
    Remarks

    Only present for pending and failed orders.

    | Improve this Doc View Source

    OrderRef

    The orderRef in question.

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

    Status

    Collect status.

    Declaration
    public string Status { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    CollectResponseExtensions.GetCollectStatus(CollectResponse)
    CollectResponseExtensions.GetCollectHintCode(CollectResponse)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Active Solution