AuthtokenCopy.h 315 B

12345678910111213141516
  1. //
  2. // AuthtokenCopy.h
  3. // ZeroTier One
  4. //
  5. // Created by Grant Limberg on 5/31/16.
  6. // Copyright © 2016 ZeroTier, Inc. All rights reserved.
  7. //
  8. #ifndef AuthtokenCopy_h
  9. #define AuthtokenCopy_h
  10. #import <Foundation/Foundation.h>
  11. NSString* getAdminAuthToken(AuthorizationRef authRef);
  12. #endif /* AuthtokenCopy_h */