Guest User

Untitled

a guest
Apr 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. using MundiAPI.PCL;
  2.  
  3.  
  4. namespace TutorialAssinatura {
  5. class Program {
  6. static void Main(string[] args) {
  7.  
  8. string basicAuthUserName = "sk_test_4AdjlqpseatnmgbW";
  9. // Senha em branco. Passando apenas a secret key
  10. string basicAuthPassword = "";
  11.  
  12. var client = new MundiAPIClient(basicAuthUserName, basicAuthPassword);
  13. }
  14. }
  15. }
Add Comment
Please, Sign In to add comment