Left Curve Software Stack
    Preparing search index...

    Type Alias SessionCredential

    type SessionCredential = {
        authorization: StandardCredential;
        sessionInfo: SigningSessionInfo;
        sessionSignature: Base64;
    }
    Index

    Properties

    authorization: StandardCredential

    Signatures of the SigningSessionInfo by the user key

    sessionInfo: SigningSessionInfo

    The SigningSessionInfo that contains data to be signed with user key and otp key.

    sessionSignature: Base64

    Signature of the SignDoc by the session key.