Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Ver-ID"

Index

Functions

load

  • load(apiSecret?: string): Promise<VerID>
  • Load Ver-ID

    example
    
    verid.load().then(instance => {
       // You can now call instance methods
    }).catch(error => {
       // Load failed
    });

    Parameters

    • Optional apiSecret: string

      Ver-ID API secret (if omitted the library will look in the app's plist (iOS) or manifest (Android))

    Returns Promise<VerID>

    Promise whose resolve function's argument contains the loaded Ver-ID instance

unload

  • unload(): Promise<void>

Generated using TypeDoc