Wrap methods of m.UserIdentifiers.
()
| 206 | // Wrap methods of m.UserIdentifiers. |
| 207 | |
| 208 | func (m *User) GetEntityIdentifiers() *EntityIdentifiers { |
| 209 | return m.GetIds().GetEntityIdentifiers() |
| 210 | } |
| 211 | |
| 212 | func (m *User) GetOrganizationOrUserIdentifiers() *OrganizationOrUserIdentifiers { |
| 213 | return m.GetIds().GetOrganizationOrUserIdentifiers() |