open-nav
    Preparing search index...

    Interface TokenExchangeResponseType

    Response type of the POST /tokenExchange REST operation

    A POST /tokenExchange REST operáció válasz típusa

    interface TokenExchangeResponseType {
        encodedExchangeToken: string;
        header: BasicHeaderType;
        result: BasicResultType;
        software: SoftwareType;
        tokenValidityFrom: string;
        tokenValidityTo: string;
    }
    Index
    encodedExchangeToken: string

    The issued exchange token in AES-128 ECB encoded form

    A kiadott exchange token AES-128 ECB algoritmussal kódolt alakja

    Transactional data of the response

    A válasz tranzakcionális adatai

    Basic result data

    Alap válaszeredmény adatok

    software: SoftwareType

    Billing software data

    A számlázóprogram adatai

    tokenValidityFrom: string

    Validity start of the issued exchange token

    A kiadott token érvényességének kezdete

    tokenValidityTo: string

    Validity end of the issued exchange token

    A kiadott token érvényességének vége