Skip to content

Is there an auth option? #246

Answered by kerolloz
kerolloz asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, .setAuth( )
#177

socket = IO.io('https://api.$domain/token/',
  OptionBuilder()
  .setTransports(['websocket'])
  .setAuth({'token': token})
  .build()
  );

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kerolloz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant