MCPcopy
hub / github.com/pocketbase/pocketbase / ProviderId

Method ProviderId

core/external_auth_model.go:102–104  ·  view source on GitHub ↗

Provider returns the "providerId" record field value.

()

Source from the content-addressed store, hash-verified

100
101// Provider returns the "providerId" record field value.
102func (m *ExternalAuth) ProviderId() string {
103 return m.GetString("providerId")
104}
105
106// SetProvider updates the "providerId" record field value.
107func (m *ExternalAuth) SetProviderId(providerId string) {

Callers 2

TestRecordAuthWithOAuth2Function · 0.80

Calls 1

GetStringMethod · 0.80

Tested by 2

TestRecordAuthWithOAuth2Function · 0.64