IGPAPI
    Preparing search index...

    Interface RegistrationVerifyCodeInput

    interface RegistrationVerifyCodeInput {
        code: string;
        context: RegistrationContext;
    }
    Index

    Properties

    Properties

    code: string