Client
new AccountsClient(options)
import { AccountsClient } from 'meteor/accounts-base'
Source Constructor for the Accounts
object on the client.
Options
- connection Object
-
Optional DDP connection to reuse.
- ddpUrl String
-
Optional URL for creating a new DDP connection.
Please login to continue.