Namespace: auth

Methods

exampleUserRecord

static

exampleUserRecord() returns functions.auth.UserRecord

Fetch an example UserRecord already populated with data.

Returns

non-null functions.auth.UserRecord 

makeUserRecord

static

makeUserRecord(fields) returns functions.auth.UserRecord

Function to create a UserRecord.

Parameter

fields

Object

Fields of UserRecord to specify. Can be any subset of the fields in functions.auth.UserRecord.

Value must not be null.

Returns

non-null functions.auth.UserRecord