Search Results for

    Show / Hide Table of Contents

    Class CollectResponseExtensions

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

    Methods

    | Improve this Doc View Source

    GetCollectHintCode(CollectResponse)

    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 static CollectHintCode GetCollectHintCode(this CollectResponse collectResponse)
    Parameters
    Type Name Description
    CollectResponse collectResponse
    Returns
    Type Description
    CollectHintCode
    Remarks

    Only present for pending and failed orders.

    | Improve this Doc View Source

    GetCollectStatus(CollectResponse)

    Collect status.

    Declaration
    public static CollectStatus GetCollectStatus(this CollectResponse collectResponse)
    Parameters
    Type Name Description
    CollectResponse collectResponse
    Returns
    Type Description
    CollectStatus
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Active Solution