FMIceLinkTurnAuthArgs Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkTurnAuthArgs.h FMIceLinkTurnAuthArgs.m  | 
– initWithUsername:realm:operation:
	
Initializes a new instance of the FMIceLinkTurnAuthArgs class.
			- (instancetype)initWithUsername:(NSString *)username realm:(NSString *)realm operation:(FMIceLinkTurnAuthOperation)operationParameters
username | 
						The username from the request.  | 
					
|---|---|
realm | 
						The realm from the request.  | 
					
operation | 
						The operation.  | 
					
Discussion
Initializes a new instance of the FMIceLinkTurnAuthArgs class.
			Declared In
FMIceLinkTurnAuthArgs.h
– operation
	
Gets the operation.
			- (FMIceLinkTurnAuthOperation)operationDiscussion
Gets the operation.
			Declared In
FMIceLinkTurnAuthArgs.h
– realm
	
Gets the realm from the request.
			- (NSString *)realmDiscussion
Gets the realm from the request.
			Declared In
FMIceLinkTurnAuthArgs.h
+ turnAuthArgsWithUsername:realm:operation:
	
Initializes a new instance of the FMIceLinkTurnAuthArgs class.
			+ (FMIceLinkTurnAuthArgs *)turnAuthArgsWithUsername:(NSString *)username realm:(NSString *)realm operation:(FMIceLinkTurnAuthOperation)operationParameters
username | 
						The username from the request.  | 
					
|---|---|
realm | 
						The realm from the request.  | 
					
operation | 
						The operation.  | 
					
Discussion
Initializes a new instance of the FMIceLinkTurnAuthArgs class.
			Declared In
FMIceLinkTurnAuthArgs.h
– username
	
Gets the username from the request.
			- (NSString *)usernameDiscussion
Gets the username from the request.
			Declared In
FMIceLinkTurnAuthArgs.h