Orchestration SDK 5.7.0
Loading...
Searching...
No Matches
OrchestrationUser Class Reference

#import <OrchestrationUser.h>

Inherits NSObject.

Instance Methods

(instancetype) - initWithIdentifier:domain:
 
(instancetype) - initWithIdentifier:
 

Properties

NSString * identifier
 
NSString * domain
 

Detailed Description

The OrchestrationUser object represent the activated user

Method Documentation

◆ initWithIdentifier:

- (instancetype) initWithIdentifier: (NSString *)  identifier

◆ initWithIdentifier:domain:

- (instancetype) initWithIdentifier: (NSString *)  identifier
domain: (NSString *)  domain 

Property Documentation

◆ domain

- (NSString*) domain
readwritenonatomicstrong

The user domain

Returns
the user domain

◆ identifier

- (NSString*) identifier
readwritenonatomicstrong

The user identifier

Returns
the user identifier

The documentation for this class was generated from the following file: