SetTotpSecretEncrypted sets the "totp_secret_encrypted" field.
(s string)
| 39818 | |
| 39819 | // SetTotpSecretEncrypted sets the "totp_secret_encrypted" field. |
| 39820 | func (m *UserMutation) SetTotpSecretEncrypted(s string) { |
| 39821 | m.totp_secret_encrypted = &s |
| 39822 | } |
| 39823 | |
| 39824 | // TotpSecretEncrypted returns the value of the "totp_secret_encrypted" field in the mutation. |
| 39825 | func (m *UserMutation) TotpSecretEncrypted() (r string, exists bool) { |
no outgoing calls