MCPcopy
hub / github.com/Wei-Shaw/sub2api / SetTotpSecretEncrypted

Method SetTotpSecretEncrypted

backend/ent/mutation.go:39820–39822  ·  view source on GitHub ↗

SetTotpSecretEncrypted sets the "totp_secret_encrypted" field.

(s string)

Source from the content-addressed store, hash-verified

39818
39819// SetTotpSecretEncrypted sets the "totp_secret_encrypted" field.
39820func (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.
39825func (m *UserMutation) TotpSecretEncrypted() (r string, exists bool) {

Calls

no outgoing calls