| 37 | ) |
| 38 | |
| 39 | type OAuthClientAuthorizationIdentifiers struct { |
| 40 | state protoimpl.MessageState |
| 41 | sizeCache protoimpl.SizeCache |
| 42 | unknownFields protoimpl.UnknownFields |
| 43 | |
| 44 | UserIds *UserIdentifiers `protobuf:"bytes,1,opt,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"` |
| 45 | ClientIds *ClientIdentifiers `protobuf:"bytes,2,opt,name=client_ids,json=clientIds,proto3" json:"client_ids,omitempty"` |
| 46 | } |
| 47 | |
| 48 | func (x *OAuthClientAuthorizationIdentifiers) Reset() { |
| 49 | *x = OAuthClientAuthorizationIdentifiers{} |
nothing calls this directly
no outgoing calls
no test coverage detected