mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-23 14:52:24 +00:00
17 lines
315 B
C
17 lines
315 B
C
|
//
|
||
|
// 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 */
|