HID APPROVE SDK  5.12
HID Approve SDK for iOS/macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
HIDContainerInitialization Class Reference

Configuration for creation of a Container. More...

#import <HIDContainerInitialization.h>

Inheritance diagram for HIDContainerInitialization:
HIDContainerConfiguration

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...
 

Detailed Description

Configuration for creation of a Container.

See also
- createContainer:withSessionPassword:withListener:error: (HIDDevice-p)

Property Documentation

- (NSString*) activationCode
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.

- (NSString*) inviteCode
readwriteatomic

The invite code. (expected max 62 characters)

This is a short code provided by the server to ensure the Container creation is genuine.