@idkollen/client
    Preparing search index...

    Interface MitIdSignRequest

    Request body for starting a MitID signing session.

    interface MitIdSignRequest {
        redirectUrl?: string;
        refId?: string;
        text: string;
    }
    Index

    Properties

    redirectUrl?: string

    URL to redirect the user to after completing the flow.

    refId?: string

    Reference ID returned verbatim in the result and callback.

    text: string

    Text to sign, displayed in MitID (max 600 chars).