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 << 0Swift
static var createAccount: RLMAuthenticationActions { get } -
Use an existing Realm Object Server account.
Declaration
Objective-C
RLMAuthenticationActionsUseExistingAccount = 1 << 1Swift
static var useExistingAccount: RLMAuthenticationActions { get }
View on GitHub
Install in Dash
RLMAuthenticationActions Enum Reference