HID APPROVE SDK  5.7.1
HID APPROVE SDK for iOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
HIDContainerInitialization.h
Go to the documentation of this file.
1 /* ---------------------------------------------------------------------------
2  © 2017-2020 HID Global Corporation/ASSA ABLOY AB. All rights reserved.
3 
4  Redistribution and use in source and binary forms, with or without modification,
5  are permitted provided that the following conditions are met:
6  - Redistributions of source code must retain the above copyright notice,
7  this list of conditions and the following disclaimer.
8  - Redistributions in binary form must reproduce the above copyright notice,
9  this list of conditions and the following disclaimer in the documentation
10  and/or other materials provided with the distribution.
11  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
12  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
13  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
14  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
15  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
16  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
17  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
18  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
19  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
20  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21  --------------------------------------------------------------------------- */
22 
23 #import <Foundation/Foundation.h>
24 
34 @interface HIDContainerConfiguration : NSObject
35 
42 @property NSString* deviceFriendlyName;
46 @property NSString* containerFriendlyName;
53 @property NSString* pushId;
54 @end
55 
67 @property NSString* activationCode;
71 @property NSString* userId;
78 @property NSString* inviteCode;
82 @property NSString* serverURL;
83 
84 @end
85 
94 @property NSString* password;
95 @end
NSString * pushId
The device identifier provided by notification service.
Definition: HIDContainerInitialization.h:53
NSString * inviteCode
The invite code.
Definition: HIDContainerInitialization.h:78
NSString * containerFriendlyName
The container friendly name.
Definition: HIDContainerInitialization.h:46
NSString * deviceFriendlyName
The device friendly name.
Definition: HIDContainerInitialization.h:42
NSString * userId
The user identifier.
Definition: HIDContainerInitialization.h:71
Configuration for creation of a Container.
Definition: HIDContainerInitialization.h:60
NSString * activationCode
The activation code.
Definition: HIDContainerInitialization.h:67
NSString * password
Container keys password (if protected by password).
Definition: HIDContainerInitialization.h:94
NSString * serverURL
The authentication server URL.
Definition: HIDContainerInitialization.h:82
base container configuration
Definition: HIDContainerInitialization.h:34
Configuration for renew of a Container.
Definition: HIDContainerInitialization.h:90