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

    Interface HolderActivateWalletUnitRequest

    interface HolderActivateWalletUnitRequest {
        keyType: string;
        userIdToken?: string;
    }
    Index

    Properties

    keyType: string

    Key type for the authentication key generated during activation.

    userIdToken?: string

    Identity token obtained from the identity provider after user authentication.