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

    Interface QesAuthorizeRequest

    interface QesAuthorizeRequest {
        document: string;
        organisationId?: string;
        provider: string;
        redirectUri?: string;
    }
    Index

    Properties

    document: string

    Base64-encoded document to be signed.

    organisationId?: string

    Organizational context. Optional when resolvable from STS auth.

    provider: string

    Configured document signer name (for example, SIGN8).

    redirectUri?: string

    Wallet deep link to which the provider redirects after authorization, appending the authorization code. When omitted, the configured default is used.