PocketBase.createRecordAuth

Creates a record in the given authentication table

class PocketBase
public
RecordType
createRecordAuth
(
string
RecordType
)
(
string table
,
RecordType item
)

Parameters

table string

the table to create the record in

item RecordType

The Record to create

Return Value

Type: RecordType

An instance of the created <code>RecordType</code>

Meta