SetVerified sets the "verified" record field value (usually available with Auth collections).
(verified bool)
| 29 | |
| 30 | // SetVerified sets the "verified" record field value (usually available with Auth collections). |
| 31 | func (m *Record) SetVerified(verified bool) { |
| 32 | m.Set(FieldNameVerified, verified) |
| 33 | } |
| 34 | |
| 35 | // TokenKey returns the "tokenKey" record field value (usually available with Auth collections). |
| 36 | func (m *Record) TokenKey() string { |