authDomain (property)

The domain under which the user will be authenticated.

Syntax

@property (nonatomic,readwrite,assign,getter=authDomain,setter=setAuthDomain:) NSString* authDomain;
- (NSString*)authDomain;
- (void)setAuthDomain:(NSString*)newAuthDomain;
public var authDomain: String {
  get {...}
set {...} }

Default Value

""

Remarks

Set this value if the user must authenticate via a third party authentication service that requires a different domain than the XMPP user's registered domain.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 iOS Edition - Version 20.0 [Build 8265]