MCPcopy
hub / github.com/pocketbase/pocketbase / RecordRef

Method RecordRef

core/external_auth_model.go:82–84  ·  view source on GitHub ↗

RecordRef returns the "recordRef" record field value.

()

Source from the content-addressed store, hash-verified

80
81// RecordRef returns the "recordRef" record field value.
82func (m *ExternalAuth) RecordRef() string {
83 return m.GetString("recordRef")
84}
85
86// SetRecordRef updates the "recordRef" record field value.
87func (m *ExternalAuth) SetRecordRef(recordId string) {

Callers 1

Calls 1

GetStringMethod · 0.80

Tested by 1