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 (nonatomic, readonly) RLMIdentityProvider _Nonnull provider;
Swift
var provider: RLMIdentityProvider { get }
-
The username or identity of this user account.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull providerUserIdentity;
Swift
var providerUserIdentity: String { get }