@oneblink/apps-react
    Preparing search index...

    Function init

    • Initialize the service with required configuration. This must be done before using before some of the function in this service.

      authService.init({
      oAuthClientId: 'YOUR_OAUTH_CLIENT_ID',
      })

      Parameters

      • options: { oAuthClientId: string }

      Returns void