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

    Interface QesAuthorizeResponse

    interface QesAuthorizeResponse {
        authorizationUrl: string;
        codeVerifier: string;
    }
    Index

    Properties

    authorizationUrl: string

    Authorization URL the wallet opens to identify and authorize signing.

    codeVerifier: string

    PKCE code_verifier to pass back to qesSign.