Server
new AccountsServer(server)
import { AccountsServer } from 'meteor/accounts-base'
Source Constructor for the Accounts
namespace on the server.
Arguments
- server Object
-
A server object such as
Meteor.server
.
new AccountsServer(server)
import { AccountsServer } from 'meteor/accounts-base'
Source Constructor for the Accounts
namespace on the server.
A server object such as Meteor.server
.
Please login to continue.