SetTwoFactorSecret sets the "two_factor_secret" field.
(s string)
| 1168 | |
| 1169 | // SetTwoFactorSecret sets the "two_factor_secret" field. |
| 1170 | func (uuo *UserUpdateOne) SetTwoFactorSecret(s string) *UserUpdateOne { |
| 1171 | uuo.mutation.SetTwoFactorSecret(s) |
| 1172 | return uuo |
| 1173 | } |
| 1174 | |
| 1175 | // SetNillableTwoFactorSecret sets the "two_factor_secret" field if the given value is not nil. |
| 1176 | func (uuo *UserUpdateOne) SetNillableTwoFactorSecret(s *string) *UserUpdateOne { |
no test coverage detected