summaryrefslogtreecommitdiff
path: root/ZeroTier One/AuthtokenCopy.h
blob: 43c927e251f927d6aa1de637a6fa2b40fd55c7c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  AuthtokenCopy.h
//  ZeroTier One
//
//  Created by Grant Limberg on 5/31/16.
//  Copyright © 2016 ZeroTier, Inc. All rights reserved.
//

#ifndef AuthtokenCopy_h
#define AuthtokenCopy_h

#import <Foundation/Foundation.h>

NSString* getAdminAuthToken(AuthorizationRef authRef);

#endif /* AuthtokenCopy_h */