RLMAuthenticationActions
enum RLMAuthenticationActions : NSUInteger {}
An options type representing different account actions which can be associated with certain types of credentials.
-
Create a new Realm Object Server account.
Declaration
Objective-C
RLMAuthenticationActionsCreateAccount = 1 << 0
Swift
static var createAccount: RLMAuthenticationActions { get }
-
Use an existing Realm Object Server account.
Declaration
Objective-C
RLMAuthenticationActionsUseExistingAccount = 1 << 1
Swift
static var useExistingAccount: RLMAuthenticationActions { get }