happones / nativescript-laravel-echo

A nativescript plugin for laravel-echo
Apache License 2.0
10 stars 2 forks source link

Header properties #2

Closed lord-zeus closed 6 years ago

lord-zeus commented 6 years ago

Hello please what are the propeties for the header option auth: { headers: { } }`

happones commented 6 years ago
{
   auth: {
     headers: {
        'Authorization': `Bearer ${your_token}` 
    }
  }
}