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