MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / ListOAuthClientAuthorizationsRequest

Struct ListOAuthClientAuthorizationsRequest

pkg/ttnpb/oauth.pb.go:220–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220type ListOAuthClientAuthorizationsRequest struct {
221 state protoimpl.MessageState
222 sizeCache protoimpl.SizeCache
223 unknownFields protoimpl.UnknownFields
224
225 UserIds *UserIdentifiers `protobuf:"bytes,1,opt,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
226 // Order the results by this field path (must be present in the field mask).
227 // Default ordering is by ID. Prepend with a minus (-) to reverse the order.
228 Order string `protobuf:"bytes,2,opt,name=order,proto3" json:"order,omitempty"`
229 // Limit the number of results per page.
230 Limit uint32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
231 // Page number for pagination. 0 is interpreted as 1.
232 Page uint32 `protobuf:"varint,4,opt,name=page,proto3" json:"page,omitempty"`
233}
234
235func (x *ListOAuthClientAuthorizationsRequest) Reset() {
236 *x = ListOAuthClientAuthorizationsRequest{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected