Method returns the "method" record field value.
()
| 95 | |
| 96 | // Method returns the "method" record field value. |
| 97 | func (m *MFA) Method() string { |
| 98 | return m.GetString("method") |
| 99 | } |
| 100 | |
| 101 | // SetMethod updates the "method" record field value. |
| 102 | func (m *MFA) SetMethod(method string) { |