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

Struct OAuthClientAuthorization

pkg/ttnpb/oauth.pb.go:94–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94type 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
106func (x *OAuthClientAuthorization) Reset() {
107 *x = OAuthClientAuthorization{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected