| 92 | } |
| 93 | |
| 94 | type OAuthClientAuthorization struct { |
| 95 | state protoimpl.MessageState |
| 96 | sizeCache protoimpl.SizeCache |
| 97 | unknownFields protoimpl.UnknownFields |
| 98 | |
| 99 | UserIds *UserIdentifiers `protobuf:"bytes,1,opt,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"` |
| 100 | ClientIds *ClientIdentifiers `protobuf:"bytes,2,opt,name=client_ids,json=clientIds,proto3" json:"client_ids,omitempty"` |
| 101 | Rights []Right `protobuf:"varint,3,rep,packed,name=rights,proto3,enum=ttn.lorawan.v3.Right" json:"rights,omitempty"` |
| 102 | CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` |
| 103 | UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` |
| 104 | } |
| 105 | |
| 106 | func (x *OAuthClientAuthorization) Reset() { |
| 107 | *x = OAuthClientAuthorization{} |
nothing calls this directly
no outgoing calls
no test coverage detected