HID APPROVE SDK
5.13
HID Approve SDK for iOS/macOS
|
Configuration for creation of a Container. More...
#import <HIDContainerInitialization.h>
Properties | |
NSString * | activationCode |
The activation code. More... | |
NSString * | inviteCode |
The invite code. (expected max 62 characters) More... | |
NSString * | serverURL |
The authentication server URL. (expected max 128 characters) | |
NSString * | userId |
The user identifier. (expected max 128 characters) | |
Properties inherited from HIDContainerConfiguration | |
NSString * | containerFriendlyName |
The container friendly name. (expected max 128 characters) | |
NSString * | deviceFriendlyName |
The device friendly name. (expected max 128 characters) More... | |
NSString * | pushId |
The base64 representation of the device token identifier provided by notification service,. More... | |
Configuration for creation of a Container.
|
readwriteatomic |
The activation code.
This code encloses all the information needed to create a HIDContainer. It may come from a QR code or any other channel.
|
readwriteatomic |
The invite code. (expected max 62 characters)
This is a short code provided by the server to ensure the Container creation is genuine.