Documentation

    Interface StandardConnectInput

    Input for the StandardConnectMethod.

    interface StandardConnectInput {
        silent?: boolean;
    }
    Index

    Properties

    silent?: boolean

    By default, using the StandardConnectFeature should prompt the user to request authorization to accounts. Set the silent flag to true to request accounts that have already been authorized without prompting.

    This flag may or may not be used by the Wallet and the app should not depend on it being used. If this flag is used by the Wallet, the Wallet should not prompt the user, and should return only the accounts that the app is authorized to use.

    MMNEPVFCICPMFPCPTTAAATR