Skip to content
Docs
Search
K
Main Navigation
Docs
Quick Start
Examples
Meteor.js 2 Docs
Migration from Meteor.js 2
Tutorials
Meteor.js 3 + React
Meteor + Vue + vue-meteor-tracker
Ecosystem
Community & Help
Meteor Forums
Meteor Lounge Discord
GitHub Discussions
Resources
Packages on Atmosphere
VS Code Extension
DevTools - Chrome Extension
DevTools - Firefox Extension
Learning
Meteor University
Youtube Channel
News
Blog on Dev.to
Blog on Medium
Twitter
LinkedIn
API
Galaxy Cloud
Appearance
Menu
Return to top
On this page
Table of Contents for current page
Search
Accounts
Accounts.addEmailAsync
Accounts.changePassword
Accounts.createUser
Accounts.createUserAsync
Accounts.createUserVerifyingEmail
Accounts.disableUser2fa
Accounts.emailTemplates
Accounts.enableUser2fa
Accounts.findUserByEmail
Accounts.findUserByUsername
Accounts.forgotPassword
Accounts.generate2faActivationQrCode
Accounts.generateResetToken
Accounts.generateVerificationToken
Accounts.has2faEnabled
Accounts.onEmailVerificationLink
Accounts.onEnrollmentLink
Accounts.onResetPasswordLink
Accounts.removeEmail
Accounts.requestLoginTokenForUser
Accounts.resetPassword
Accounts.sendEnrollmentEmail
Accounts.sendLoginTokenEmail
Accounts.sendResetPasswordEmail
Accounts.sendVerificationEmail
Accounts.setPasswordAsync
Accounts.setUsername
Accounts.ui
Accounts.ui.config
Accounts.verifyEmail
AccountsClient#applyLoginFunction
AccountsClient#callLoginFunction
AccountsClient#config
AccountsClient#loggingIn
AccountsClient#loggingOut
AccountsClient#logout
AccountsClient#logoutOtherClients
AccountsClient#onLogin
AccountsClient#onLoginFailure
AccountsClient#onLogout
AccountsClient#registerClientLoginFunction
AccountsClient#user
AccountsClient#userAsync
AccountsClient#userId
AccountsCommon#config
AccountsCommon#onLogin
AccountsCommon#onLoginFailure
AccountsCommon#onLogout
AccountsCommon#user
AccountsCommon#userAsync
AccountsCommon#userId
AccountsServer#addDefaultRateLimit
AccountsServer#beforeExternalLogin
AccountsServer#config
AccountsServer#generateOptionsForEmail
AccountsServer#onCreateLoginToken
AccountsServer#onCreateUser
AccountsServer#onExternalLogin
AccountsServer#onLogin
AccountsServer#onLoginFailure
AccountsServer#onLogout
AccountsServer#registerLoginHandler
AccountsServer#removeDefaultRateLimit
AccountsServer#setAdditionalFindUserOnExternalLogin
AccountsServer#user
AccountsServer#userAsync
AccountsServer#userId
AccountsServer#validateLoginAttempt
AccountsServer#validateNewUser
App
App.accessRule
App.addResourceFile
App.appendToConfig
App.configurePlugin
App.icons
App.info
App.launchScreens
App.setPreference
App.settings
Assets
Assets.absoluteFilePath
Assets.getBinaryAsync
Assets.getTextAsync
DDP
DDP.connect
DDP.onReconnect
DDPCommon.MethodInvocation
DDPCommon.MethodInvocation#connection
DDPCommon.MethodInvocation#isSimulation
DDPCommon.MethodInvocation#name
DDPCommon.MethodInvocation#setUserId
DDPCommon.MethodInvocation#unblock
DDPCommon.MethodInvocation#userId
EJSON
EJSON.CustomType
EJSON.CustomType#clone
EJSON.CustomType#equals
EJSON.CustomType#toJSONValue
EJSON.CustomType#typeName
EJSON.addType
EJSON.clone
EJSON.equals
EJSON.fromJSONValue
EJSON.isBinary
EJSON.newBinary
EJSON.parse
EJSON.stringify
EJSON.toJSONValue
Match
Match.test
Meteor
Meteor.EnvironmentVariable
Meteor.EnvironmentVariable.get
Meteor.EnvironmentVariable.withValue
Meteor.EnvironmentVariableAsync
Meteor.Error
Meteor.absoluteUrl
Meteor.apply
Meteor.applyAsync
Meteor.bindEnvironment
Meteor.call
Meteor.callAsync
Meteor.clearInterval
Meteor.clearTimeout
Meteor.defer
Meteor.disconnect
Meteor.gitCommitHash
Meteor.isAppTest
Meteor.isAsyncCall
Meteor.isClient
Meteor.isCordova
Meteor.isDevelopment
Meteor.isFibersDisabled
Meteor.isModern
Meteor.isPackageTest
Meteor.isProduction
Meteor.isServer
Meteor.isTest
Meteor.loggingIn
Meteor.loggingOut
Meteor.loginWith<ExternalService>
Meteor.loginWithPassword
Meteor.loginWithPasswordAnd2faCode
Meteor.loginWithToken
Meteor.logout
Meteor.logoutOtherClients
Meteor.methods
Meteor.onConnection
Meteor.onMessage
Meteor.passwordlessLoginWithToken
Meteor.passwordlessLoginWithTokenAnd2faCode
Meteor.promisify
Meteor.publish
Meteor.reconnect
Meteor.release
Meteor.setInterval
Meteor.setTimeout
Meteor.settings
Meteor.startup
Meteor.status
Meteor.subscribe
Meteor.user
Meteor.userAsync
Meteor.userId
Meteor.users
Meteor.wrapAsync
Mongo
Mongo.Collection
Mongo.Collection#allow
Mongo.Collection#countDocuments
Mongo.Collection#createIndex
Mongo.Collection#createIndexAsync
Mongo.Collection#deny
Mongo.Collection#ensureIndexAsync
Mongo.Collection#estimatedDocumentCount
Mongo.Collection#find
Mongo.Collection#findOne
Mongo.Collection#findOneAsync
Mongo.Collection#insert
Mongo.Collection#insertAsync
Mongo.Collection#rawCollection
Mongo.Collection#rawDatabase
Mongo.Collection#remove
Mongo.Collection#removeAsync
Mongo.Collection#update
Mongo.Collection#updateAsync
Mongo.Collection#upsert
Mongo.Collection#upsertAsync
Mongo.Cursor
Mongo.Cursor#count
Mongo.Cursor#countAsync
Mongo.Cursor#fetch
Mongo.Cursor#fetchAsync
Mongo.Cursor#forEach
Mongo.Cursor#forEachAsync
Mongo.Cursor#map
Mongo.Cursor#mapAsync
Mongo.Cursor#observe
Mongo.Cursor#observeAsync
Mongo.Cursor#observeChanges
Mongo.Cursor#observeChangesAsync
Mongo.ObjectID
Mongo._collections
Mongo.getCollection
Mongo.setConnectionOptions
Npm
Npm.require
PackageNpm#depends
Package
PackageAPI#addAssets
PackageAPI#addFiles
PackageAPI#export
PackageAPI#imply
PackageAPI#use
PackageAPI#versionsFrom
PackageCordova#depends
PackageNamespace#describe
PackageNamespace#onTest
PackageNamespace#onUse
PackageNamespace#registerBuildPlugin
PackageNpm#depends
ReactiveDict
ReactiveDict#all
ReactiveDict#clear
ReactiveDict#delete
ReactiveDict#destroy
ReactiveDict#equals
ReactiveDict#get
ReactiveDict#set
ReactiveDict#setDefault
ReactiveVar
ReactiveVar#get
ReactiveVar#set
Subscription
Subscription#added
Subscription#changed
Subscription#connection
Subscription#error
Subscription#onStop
Subscription#ready
Subscription#removed
Subscription#stop
Subscription#userId
Tracker
Tracker.Computation
Tracker.Computation#firstRun
Tracker.Computation#firstRunPromise
Tracker.Computation#flush
Tracker.Computation#invalidate
Tracker.Computation#invalidated
Tracker.Computation#onInvalidate
Tracker.Computation#onStop
Tracker.Computation#run
Tracker.Computation#stop
Tracker.Computation#stopped
Tracker.ComputationFunction
Tracker.Dependency
Tracker.Dependency#changed
Tracker.Dependency#depend
Tracker.Dependency#hasDependents
Tracker.active
Tracker.afterFlush
Tracker.autorun
Tracker.currentComputation
Tracker.flush
Tracker.inFlush
Tracker.nonreactive
Tracker.onInvalidate
Tracker.withComputation
check
module
module.hot
module.hot#accept
module.hot#data
module.hot#decline
module.hot#dispose
module.hot#onRequire
Session
Session.equals
Session.get
Session.set
Session.setDefault
Random
Random.choice
Random.fraction
Random.hexString
Random.id
Random.secret
Email
Email.customTransport
Email.hookSend
Email.send
Email.sendAsync
DDPRateLimiter
DDPRateLimiter.addRule
DDPRateLimiter.removeRule
DDPRateLimiter.setErrorMessage
DDPRateLimiter.setErrorMessageOnRule
WebApp
WebApp.addRuntimeConfigHook
WebApp.addUpdatedNotifyHook
WebApp.decodeRuntimeConfig
WebApp.encodeRuntimeConfig
WebApp.handlers