@procivis/react-native-one-core
    Preparing search index...

    Interface QesSignRequest

    interface QesSignRequest {
        code: string;
        codeVerifier: string;
        document: string;
        organisationId?: string;
        provider: string;
        redirectUri?: string;
    }
    Index

    Properties

    code: string

    Authorization code from the document signer redirect.

    codeVerifier: string

    codeVerifier returned from the qesAuthorize method.

    document: string

    Base64-encoded document to be signed. Must be identical to the document provided to qes_authorize.

    organisationId?: string

    Organizational context. Optional when resolvable from STS auth.

    provider: string

    Configured document signer name (for example, SIGN8).

    redirectUri?: string

    Wallet deep link. Must be identical to the one used at qesAuthorize. When omitted, the configured default is used.