@idkollen/client
    Preparing search index...

    Interface BankIdNoSignResult

    Signing result returned in a completed BankID NO sign session.

    interface BankIdNoSignResult {
        endUser: string;
        hash: string;
        merchant: string;
    }
    Index

    Properties

    Properties

    endUser: string
    hash: string
    merchant: string