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

    Function getFormsKeyId

    • Can be used to extract the keyId from the Forms Key token passed to setFormsKeyToken(). Will be undefined if the token has not been set yet.

      const keyId = authService.getFormsKeyId()
      if (keyId) {
      // Use keyId here...
      }

      Returns string | void