RLMSyncUserAccountInfo
@interface RLMSyncUserAccountInfo : NSObject
A data object representing a user account associated with a user.
See
RLMSyncUserInfo
-
The authentication provider which manages this user account.
Declaration
Objective-C
@property (readonly, nonatomic) RLMIdentityProvider _Nonnull provider;Swift
var provider: RLMIdentityProvider { get } -
The username or identity of this user account.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull providerUserIdentity;Swift
var providerUserIdentity: String { get }
View on GitHub
Install in Dash
RLMSyncUserAccountInfo Class Reference