Advertisement
Guest User

Untitled

a guest
Jul 7th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. preferred-connection-mode: oauth
  2.  
  3. #########################################
  4. ########## OAuth configuration ##########
  5. #########################################
  6.  
  7. # Enter your OAuth consumer key.
  8. oauth-consumer-key: ""
  9.  
  10. # Enter your OAuth consumer key secret.
  11. oauth-consumer-key-secret: ""
  12.  
  13. # Enter your OAuth access token.
  14. oauth-access-token: ""
  15.  
  16. # Enter your OAuth access token secret.
  17. oauth-access-token-secret: ""
  18.  
  19. #########################################
  20. ######### OAuth 2 configuration #########
  21. #########################################
  22.  
  23. # Enter your OAuth2 access token.
  24. oauth2-access-token: ""
  25.  
  26. #########################################
  27. ########## XAuth configuration ##########
  28. #########################################
  29.  
  30. # Enter your username.
  31. xauth-username: ""
  32.  
  33. # Enter your password.
  34. xauth-password: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement