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

Struct OAuthClientAuthorizationIdentifiers

pkg/ttnpb/oauth.pb.go:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37)
38
39type 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
48func (x *OAuthClientAuthorizationIdentifiers) Reset() {
49 *x = OAuthClientAuthorizationIdentifiers{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected