// Code generated by protoc-gen-go. // source: steammessages_deviceauth.steamclient.proto // DO NOT EDIT! package unified import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf type CDeviceAuth_GetOwnAuthorizedDevices_Request struct { Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"` IncludeCanceled *bool `protobuf:"varint,2,opt,name=include_canceled" json:"include_canceled,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Request) Reset() { *m = CDeviceAuth_GetOwnAuthorizedDevices_Request{} } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Request) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_GetOwnAuthorizedDevices_Request) ProtoMessage() {} func (*CDeviceAuth_GetOwnAuthorizedDevices_Request) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{0} } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Request) GetSteamid() uint64 { if m != nil && m.Steamid != nil { return *m.Steamid } return 0 } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Request) GetIncludeCanceled() bool { if m != nil && m.IncludeCanceled != nil { return *m.IncludeCanceled } return false } type CDeviceAuth_GetOwnAuthorizedDevices_Response struct { Devices []*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device `protobuf:"bytes,1,rep,name=devices" json:"devices,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Response) Reset() { *m = CDeviceAuth_GetOwnAuthorizedDevices_Response{} } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Response) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_GetOwnAuthorizedDevices_Response) ProtoMessage() {} func (*CDeviceAuth_GetOwnAuthorizedDevices_Response) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{1} } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Response) GetDevices() []*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device { if m != nil { return m.Devices } return nil } type CDeviceAuth_GetOwnAuthorizedDevices_Response_Device struct { AuthDeviceToken *uint64 `protobuf:"fixed64,1,opt,name=auth_device_token" json:"auth_device_token,omitempty"` DeviceName *string `protobuf:"bytes,2,opt,name=device_name" json:"device_name,omitempty"` IsPending *bool `protobuf:"varint,3,opt,name=is_pending" json:"is_pending,omitempty"` IsCanceled *bool `protobuf:"varint,4,opt,name=is_canceled" json:"is_canceled,omitempty"` LastTimeUsed *uint32 `protobuf:"varint,5,opt,name=last_time_used" json:"last_time_used,omitempty"` LastBorrowerId *uint64 `protobuf:"fixed64,6,opt,name=last_borrower_id" json:"last_borrower_id,omitempty"` LastAppPlayed *uint32 `protobuf:"varint,7,opt,name=last_app_played" json:"last_app_played,omitempty"` IsLimited *bool `protobuf:"varint,8,opt,name=is_limited" json:"is_limited,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) Reset() { *m = CDeviceAuth_GetOwnAuthorizedDevices_Response_Device{} } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) ProtoMessage() {} func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{1, 0} } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetAuthDeviceToken() uint64 { if m != nil && m.AuthDeviceToken != nil { return *m.AuthDeviceToken } return 0 } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetDeviceName() string { if m != nil && m.DeviceName != nil { return *m.DeviceName } return "" } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetIsPending() bool { if m != nil && m.IsPending != nil { return *m.IsPending } return false } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetIsCanceled() bool { if m != nil && m.IsCanceled != nil { return *m.IsCanceled } return false } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetLastTimeUsed() uint32 { if m != nil && m.LastTimeUsed != nil { return *m.LastTimeUsed } return 0 } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetLastBorrowerId() uint64 { if m != nil && m.LastBorrowerId != nil { return *m.LastBorrowerId } return 0 } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetLastAppPlayed() uint32 { if m != nil && m.LastAppPlayed != nil { return *m.LastAppPlayed } return 0 } func (m *CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetIsLimited() bool { if m != nil && m.IsLimited != nil { return *m.IsLimited } return false } type CDeviceAuth_AcceptAuthorizationRequest_Request struct { Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"` AuthDeviceToken *uint64 `protobuf:"fixed64,2,opt,name=auth_device_token" json:"auth_device_token,omitempty"` AuthCode *uint64 `protobuf:"fixed64,3,opt,name=auth_code" json:"auth_code,omitempty"` FromSteamid *uint64 `protobuf:"fixed64,4,opt,name=from_steamid" json:"from_steamid,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_AcceptAuthorizationRequest_Request) Reset() { *m = CDeviceAuth_AcceptAuthorizationRequest_Request{} } func (m *CDeviceAuth_AcceptAuthorizationRequest_Request) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_AcceptAuthorizationRequest_Request) ProtoMessage() {} func (*CDeviceAuth_AcceptAuthorizationRequest_Request) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{2} } func (m *CDeviceAuth_AcceptAuthorizationRequest_Request) GetSteamid() uint64 { if m != nil && m.Steamid != nil { return *m.Steamid } return 0 } func (m *CDeviceAuth_AcceptAuthorizationRequest_Request) GetAuthDeviceToken() uint64 { if m != nil && m.AuthDeviceToken != nil { return *m.AuthDeviceToken } return 0 } func (m *CDeviceAuth_AcceptAuthorizationRequest_Request) GetAuthCode() uint64 { if m != nil && m.AuthCode != nil { return *m.AuthCode } return 0 } func (m *CDeviceAuth_AcceptAuthorizationRequest_Request) GetFromSteamid() uint64 { if m != nil && m.FromSteamid != nil { return *m.FromSteamid } return 0 } type CDeviceAuth_AcceptAuthorizationRequest_Response struct { XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_AcceptAuthorizationRequest_Response) Reset() { *m = CDeviceAuth_AcceptAuthorizationRequest_Response{} } func (m *CDeviceAuth_AcceptAuthorizationRequest_Response) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_AcceptAuthorizationRequest_Response) ProtoMessage() {} func (*CDeviceAuth_AcceptAuthorizationRequest_Response) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{3} } type CDeviceAuth_AuthorizeRemoteDevice_Request struct { Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"` AuthDeviceToken *uint64 `protobuf:"fixed64,2,opt,name=auth_device_token" json:"auth_device_token,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_AuthorizeRemoteDevice_Request) Reset() { *m = CDeviceAuth_AuthorizeRemoteDevice_Request{} } func (m *CDeviceAuth_AuthorizeRemoteDevice_Request) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_AuthorizeRemoteDevice_Request) ProtoMessage() {} func (*CDeviceAuth_AuthorizeRemoteDevice_Request) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{4} } func (m *CDeviceAuth_AuthorizeRemoteDevice_Request) GetSteamid() uint64 { if m != nil && m.Steamid != nil { return *m.Steamid } return 0 } func (m *CDeviceAuth_AuthorizeRemoteDevice_Request) GetAuthDeviceToken() uint64 { if m != nil && m.AuthDeviceToken != nil { return *m.AuthDeviceToken } return 0 } type CDeviceAuth_AuthorizeRemoteDevice_Response struct { XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_AuthorizeRemoteDevice_Response) Reset() { *m = CDeviceAuth_AuthorizeRemoteDevice_Response{} } func (m *CDeviceAuth_AuthorizeRemoteDevice_Response) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_AuthorizeRemoteDevice_Response) ProtoMessage() {} func (*CDeviceAuth_AuthorizeRemoteDevice_Response) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{5} } type CDeviceAuth_DeauthorizeRemoteDevice_Request struct { Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"` AuthDeviceToken *uint64 `protobuf:"fixed64,2,opt,name=auth_device_token" json:"auth_device_token,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_DeauthorizeRemoteDevice_Request) Reset() { *m = CDeviceAuth_DeauthorizeRemoteDevice_Request{} } func (m *CDeviceAuth_DeauthorizeRemoteDevice_Request) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_DeauthorizeRemoteDevice_Request) ProtoMessage() {} func (*CDeviceAuth_DeauthorizeRemoteDevice_Request) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{6} } func (m *CDeviceAuth_DeauthorizeRemoteDevice_Request) GetSteamid() uint64 { if m != nil && m.Steamid != nil { return *m.Steamid } return 0 } func (m *CDeviceAuth_DeauthorizeRemoteDevice_Request) GetAuthDeviceToken() uint64 { if m != nil && m.AuthDeviceToken != nil { return *m.AuthDeviceToken } return 0 } type CDeviceAuth_DeauthorizeRemoteDevice_Response struct { XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_DeauthorizeRemoteDevice_Response) Reset() { *m = CDeviceAuth_DeauthorizeRemoteDevice_Response{} } func (m *CDeviceAuth_DeauthorizeRemoteDevice_Response) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_DeauthorizeRemoteDevice_Response) ProtoMessage() {} func (*CDeviceAuth_DeauthorizeRemoteDevice_Response) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{7} } type CDeviceAuth_GetUsedAuthorizedDevices_Request struct { Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_GetUsedAuthorizedDevices_Request) Reset() { *m = CDeviceAuth_GetUsedAuthorizedDevices_Request{} } func (m *CDeviceAuth_GetUsedAuthorizedDevices_Request) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_GetUsedAuthorizedDevices_Request) ProtoMessage() {} func (*CDeviceAuth_GetUsedAuthorizedDevices_Request) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{8} } func (m *CDeviceAuth_GetUsedAuthorizedDevices_Request) GetSteamid() uint64 { if m != nil && m.Steamid != nil { return *m.Steamid } return 0 } type CDeviceAuth_GetUsedAuthorizedDevices_Response struct { Devices []*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device `protobuf:"bytes,1,rep,name=devices" json:"devices,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_GetUsedAuthorizedDevices_Response) Reset() { *m = CDeviceAuth_GetUsedAuthorizedDevices_Response{} } func (m *CDeviceAuth_GetUsedAuthorizedDevices_Response) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_GetUsedAuthorizedDevices_Response) ProtoMessage() {} func (*CDeviceAuth_GetUsedAuthorizedDevices_Response) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{9} } func (m *CDeviceAuth_GetUsedAuthorizedDevices_Response) GetDevices() []*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device { if m != nil { return m.Devices } return nil } type CDeviceAuth_GetUsedAuthorizedDevices_Response_Device struct { AuthDeviceToken *uint64 `protobuf:"fixed64,1,opt,name=auth_device_token" json:"auth_device_token,omitempty"` DeviceName *string `protobuf:"bytes,2,opt,name=device_name" json:"device_name,omitempty"` OwnerSteamid *uint64 `protobuf:"fixed64,3,opt,name=owner_steamid" json:"owner_steamid,omitempty"` LastTimeUsed *uint32 `protobuf:"varint,4,opt,name=last_time_used" json:"last_time_used,omitempty"` LastAppPlayed *uint32 `protobuf:"varint,5,opt,name=last_app_played" json:"last_app_played,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) Reset() { *m = CDeviceAuth_GetUsedAuthorizedDevices_Response_Device{} } func (m *CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) ProtoMessage() {} func (*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{9, 0} } func (m *CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) GetAuthDeviceToken() uint64 { if m != nil && m.AuthDeviceToken != nil { return *m.AuthDeviceToken } return 0 } func (m *CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) GetDeviceName() string { if m != nil && m.DeviceName != nil { return *m.DeviceName } return "" } func (m *CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) GetOwnerSteamid() uint64 { if m != nil && m.OwnerSteamid != nil { return *m.OwnerSteamid } return 0 } func (m *CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) GetLastTimeUsed() uint32 { if m != nil && m.LastTimeUsed != nil { return *m.LastTimeUsed } return 0 } func (m *CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) GetLastAppPlayed() uint32 { if m != nil && m.LastAppPlayed != nil { return *m.LastAppPlayed } return 0 } type CDeviceAuth_GetAuthorizedBorrowers_Request struct { Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"` IncludeCanceled *bool `protobuf:"varint,2,opt,name=include_canceled" json:"include_canceled,omitempty"` IncludePending *bool `protobuf:"varint,3,opt,name=include_pending" json:"include_pending,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_GetAuthorizedBorrowers_Request) Reset() { *m = CDeviceAuth_GetAuthorizedBorrowers_Request{} } func (m *CDeviceAuth_GetAuthorizedBorrowers_Request) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_GetAuthorizedBorrowers_Request) ProtoMessage() {} func (*CDeviceAuth_GetAuthorizedBorrowers_Request) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{10} } func (m *CDeviceAuth_GetAuthorizedBorrowers_Request) GetSteamid() uint64 { if m != nil && m.Steamid != nil { return *m.Steamid } return 0 } func (m *CDeviceAuth_GetAuthorizedBorrowers_Request) GetIncludeCanceled() bool { if m != nil && m.IncludeCanceled != nil { return *m.IncludeCanceled } return false } func (m *CDeviceAuth_GetAuthorizedBorrowers_Request) GetIncludePending() bool { if m != nil && m.IncludePending != nil { return *m.IncludePending } return false } type CDeviceAuth_GetAuthorizedBorrowers_Response struct { Borrowers []*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower `protobuf:"bytes,1,rep,name=borrowers" json:"borrowers,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_GetAuthorizedBorrowers_Response) Reset() { *m = CDeviceAuth_GetAuthorizedBorrowers_Response{} } func (m *CDeviceAuth_GetAuthorizedBorrowers_Response) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_GetAuthorizedBorrowers_Response) ProtoMessage() {} func (*CDeviceAuth_GetAuthorizedBorrowers_Response) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{11} } func (m *CDeviceAuth_GetAuthorizedBorrowers_Response) GetBorrowers() []*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower { if m != nil { return m.Borrowers } return nil } type CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower struct { Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"` IsPending *bool `protobuf:"varint,2,opt,name=is_pending" json:"is_pending,omitempty"` IsCanceled *bool `protobuf:"varint,3,opt,name=is_canceled" json:"is_canceled,omitempty"` TimeCreated *uint32 `protobuf:"varint,4,opt,name=time_created" json:"time_created,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) Reset() { *m = CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower{} } func (m *CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) ProtoMessage() {} func (*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{11, 0} } func (m *CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) GetSteamid() uint64 { if m != nil && m.Steamid != nil { return *m.Steamid } return 0 } func (m *CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) GetIsPending() bool { if m != nil && m.IsPending != nil { return *m.IsPending } return false } func (m *CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) GetIsCanceled() bool { if m != nil && m.IsCanceled != nil { return *m.IsCanceled } return false } func (m *CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) GetTimeCreated() uint32 { if m != nil && m.TimeCreated != nil { return *m.TimeCreated } return 0 } type CDeviceAuth_AddAuthorizedBorrowers_Request struct { Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"` SteamidBorrower []uint64 `protobuf:"fixed64,2,rep,name=steamid_borrower" json:"steamid_borrower,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_AddAuthorizedBorrowers_Request) Reset() { *m = CDeviceAuth_AddAuthorizedBorrowers_Request{} } func (m *CDeviceAuth_AddAuthorizedBorrowers_Request) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_AddAuthorizedBorrowers_Request) ProtoMessage() {} func (*CDeviceAuth_AddAuthorizedBorrowers_Request) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{12} } func (m *CDeviceAuth_AddAuthorizedBorrowers_Request) GetSteamid() uint64 { if m != nil && m.Steamid != nil { return *m.Steamid } return 0 } func (m *CDeviceAuth_AddAuthorizedBorrowers_Request) GetSteamidBorrower() []uint64 { if m != nil { return m.SteamidBorrower } return nil } type CDeviceAuth_AddAuthorizedBorrowers_Response struct { SecondsToWait *int32 `protobuf:"varint,1,opt,name=seconds_to_wait" json:"seconds_to_wait,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_AddAuthorizedBorrowers_Response) Reset() { *m = CDeviceAuth_AddAuthorizedBorrowers_Response{} } func (m *CDeviceAuth_AddAuthorizedBorrowers_Response) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_AddAuthorizedBorrowers_Response) ProtoMessage() {} func (*CDeviceAuth_AddAuthorizedBorrowers_Response) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{13} } func (m *CDeviceAuth_AddAuthorizedBorrowers_Response) GetSecondsToWait() int32 { if m != nil && m.SecondsToWait != nil { return *m.SecondsToWait } return 0 } type CDeviceAuth_RemoveAuthorizedBorrowers_Request struct { Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"` SteamidBorrower []uint64 `protobuf:"fixed64,2,rep,name=steamid_borrower" json:"steamid_borrower,omitempty"` XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_RemoveAuthorizedBorrowers_Request) Reset() { *m = CDeviceAuth_RemoveAuthorizedBorrowers_Request{} } func (m *CDeviceAuth_RemoveAuthorizedBorrowers_Request) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_RemoveAuthorizedBorrowers_Request) ProtoMessage() {} func (*CDeviceAuth_RemoveAuthorizedBorrowers_Request) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{14} } func (m *CDeviceAuth_RemoveAuthorizedBorrowers_Request) GetSteamid() uint64 { if m != nil && m.Steamid != nil { return *m.Steamid } return 0 } func (m *CDeviceAuth_RemoveAuthorizedBorrowers_Request) GetSteamidBorrower() []uint64 { if m != nil { return m.SteamidBorrower } return nil } type CDeviceAuth_RemoveAuthorizedBorrowers_Response struct { XXX_unrecognized []byte `json:"-"` } func (m *CDeviceAuth_RemoveAuthorizedBorrowers_Response) Reset() { *m = CDeviceAuth_RemoveAuthorizedBorrowers_Response{} } func (m *CDeviceAuth_RemoveAuthorizedBorrowers_Response) String() string { return proto.CompactTextString(m) } func (*CDeviceAuth_RemoveAuthorizedBorrowers_Response) ProtoMessage() {} func (*CDeviceAuth_RemoveAuthorizedBorrowers_Response) Descriptor() ([]byte, []int) { return deviceauth_fileDescriptor0, []int{15} } func init() { proto.RegisterType((*CDeviceAuth_GetOwnAuthorizedDevices_Request)(nil), "CDeviceAuth_GetOwnAuthorizedDevices_Request") proto.RegisterType((*CDeviceAuth_GetOwnAuthorizedDevices_Response)(nil), "CDeviceAuth_GetOwnAuthorizedDevices_Response") proto.RegisterType((*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device)(nil), "CDeviceAuth_GetOwnAuthorizedDevices_Response.Device") proto.RegisterType((*CDeviceAuth_AcceptAuthorizationRequest_Request)(nil), "CDeviceAuth_AcceptAuthorizationRequest_Request") proto.RegisterType((*CDeviceAuth_AcceptAuthorizationRequest_Response)(nil), "CDeviceAuth_AcceptAuthorizationRequest_Response") proto.RegisterType((*CDeviceAuth_AuthorizeRemoteDevice_Request)(nil), "CDeviceAuth_AuthorizeRemoteDevice_Request") proto.RegisterType((*CDeviceAuth_AuthorizeRemoteDevice_Response)(nil), "CDeviceAuth_AuthorizeRemoteDevice_Response") proto.RegisterType((*CDeviceAuth_DeauthorizeRemoteDevice_Request)(nil), "CDeviceAuth_DeauthorizeRemoteDevice_Request") proto.RegisterType((*CDeviceAuth_DeauthorizeRemoteDevice_Response)(nil), "CDeviceAuth_DeauthorizeRemoteDevice_Response") proto.RegisterType((*CDeviceAuth_GetUsedAuthorizedDevices_Request)(nil), "CDeviceAuth_GetUsedAuthorizedDevices_Request") proto.RegisterType((*CDeviceAuth_GetUsedAuthorizedDevices_Response)(nil), "CDeviceAuth_GetUsedAuthorizedDevices_Response") proto.RegisterType((*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device)(nil), "CDeviceAuth_GetUsedAuthorizedDevices_Response.Device") proto.RegisterType((*CDeviceAuth_GetAuthorizedBorrowers_Request)(nil), "CDeviceAuth_GetAuthorizedBorrowers_Request") proto.RegisterType((*CDeviceAuth_GetAuthorizedBorrowers_Response)(nil), "CDeviceAuth_GetAuthorizedBorrowers_Response") proto.RegisterType((*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower)(nil), "CDeviceAuth_GetAuthorizedBorrowers_Response.Borrower") proto.RegisterType((*CDeviceAuth_AddAuthorizedBorrowers_Request)(nil), "CDeviceAuth_AddAuthorizedBorrowers_Request") proto.RegisterType((*CDeviceAuth_AddAuthorizedBorrowers_Response)(nil), "CDeviceAuth_AddAuthorizedBorrowers_Response") proto.RegisterType((*CDeviceAuth_RemoveAuthorizedBorrowers_Request)(nil), "CDeviceAuth_RemoveAuthorizedBorrowers_Request") proto.RegisterType((*CDeviceAuth_RemoveAuthorizedBorrowers_Response)(nil), "CDeviceAuth_RemoveAuthorizedBorrowers_Response") } var deviceauth_fileDescriptor0 = []byte{ // 934 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xac, 0x56, 0xdf, 0x4e, 0x3b, 0x45, 0x14, 0xce, 0xb6, 0x50, 0x60, 0x10, 0x91, 0x51, 0xa0, 0xec, 0x85, 0x4e, 0x56, 0x2f, 0x10, 0xca, 0x80, 0x04, 0xe3, 0xff, 0x3f, 0x20, 0xa2, 0x17, 0x26, 0x26, 0x18, 0xa3, 0x72, 0xb3, 0x99, 0xee, 0x0e, 0x74, 0x62, 0xbb, 0xbb, 0xee, 0x4c, 0x69, 0xf0, 0x8a, 0x98, 0xf8, 0x12, 0xfa, 0x06, 0x5e, 0x19, 0x13, 0xa2, 0x89, 0x5e, 0xf8, 0x0e, 0xbe, 0x8d, 0x57, 0xbf, 0xb3, 0xb3, 0xb3, 0x85, 0x6d, 0x77, 0x4b, 0xb7, 0xe1, 0xaa, 0x9b, 0x73, 0xce, 0x9c, 0xf9, 0xce, 0x99, 0xf3, 0x7d, 0xa7, 0x68, 0x47, 0x2a, 0xce, 0x7a, 0x3d, 0x2e, 0x25, 0xbb, 0xe2, 0xd2, 0xf5, 0xf9, 0xb5, 0xf0, 0x38, 0xeb, 0xab, 0x0e, 0xd5, 0x0e, 0xaf, 0x2b, 0x78, 0xa0, 0x68, 0x14, 0x87, 0x2a, 0xb4, 0x5b, 0xf9, 0xd8, 0x7e, 0x20, 0x2e, 0x05, 0xf7, 0xdd, 0x36, 0x93, 0x7c, 0x3c, 0xda, 0xf9, 0x16, 0xed, 0x7e, 0x72, 0xaa, 0xd3, 0x1d, 0x43, 0x3a, 0xf7, 0x33, 0xae, 0xbe, 0x1c, 0x04, 0xc9, 0x67, 0x18, 0x8b, 0x1f, 0xb9, 0x9f, 0xba, 0xa4, 0x7b, 0xce, 0x7f, 0xe8, 0x73, 0xa9, 0xf0, 0x2a, 0x5a, 0xd0, 0x39, 0x84, 0xdf, 0xb4, 0x88, 0xb5, 0xdd, 0xc0, 0x4d, 0xf4, 0x82, 0x08, 0xbc, 0x6e, 0xdf, 0xe7, 0xae, 0xc7, 0x02, 0x8f, 0x77, 0xb9, 0xdf, 0xac, 0x81, 0x67, 0xd1, 0xf9, 0xab, 0x86, 0x5a, 0xd3, 0xa5, 0x96, 0x51, 0x18, 0x48, 0x8e, 0x3f, 0x45, 0x0b, 0x69, 0x61, 0x12, 0x72, 0xd7, 0xb7, 0x97, 0x0f, 0x8f, 0x68, 0x95, 0xf3, 0x34, 0x35, 0xd8, 0xff, 0x5a, 0xa8, 0x91, 0x7e, 0xe2, 0x2d, 0xb4, 0x96, 0x34, 0xc9, 0xf4, 0xcb, 0x55, 0xe1, 0xf7, 0x3c, 0x30, 0xb8, 0x5f, 0x44, 0xcb, 0xc6, 0x1a, 0xb0, 0x1e, 0xd7, 0x90, 0x97, 0x30, 0x46, 0x48, 0x48, 0x37, 0xe2, 0x81, 0x2f, 0x82, 0xab, 0x66, 0x3d, 0x29, 0x23, 0x09, 0x04, 0xdb, 0xb0, 0xb6, 0x39, 0x6d, 0xdc, 0x40, 0xcf, 0x77, 0x99, 0x54, 0xae, 0x12, 0x3d, 0xee, 0xf6, 0x25, 0xd8, 0xe7, 0xc1, 0xbe, 0x92, 0x74, 0x43, 0xdb, 0xdb, 0x61, 0x1c, 0x87, 0x03, 0x1e, 0xbb, 0xd0, 0xa7, 0x86, 0xbe, 0x6f, 0x13, 0xad, 0x6a, 0x0f, 0x8b, 0x22, 0x37, 0xea, 0xb2, 0x1b, 0x38, 0xb2, 0xa0, 0x8f, 0xa4, 0x77, 0x76, 0x45, 0x4f, 0x28, 0xb0, 0x2d, 0xea, 0xd6, 0xfd, 0x6c, 0xa1, 0x5c, 0xe9, 0xc7, 0x9e, 0xc7, 0x23, 0x95, 0x95, 0xce, 0x94, 0x08, 0x03, 0xf3, 0x20, 0xe5, 0x0f, 0x53, 0x58, 0x7b, 0x4d, 0xbb, 0xd6, 0xd0, 0x92, 0x76, 0x79, 0xa1, 0xcf, 0x75, 0x95, 0x0d, 0xfc, 0x12, 0x7a, 0xee, 0x32, 0x0e, 0x7b, 0x6e, 0x96, 0x23, 0x29, 0xb3, 0xe1, 0xbc, 0x81, 0xf6, 0xa7, 0x86, 0x91, 0x3e, 0x82, 0xf3, 0x0d, 0x7a, 0x3d, 0x77, 0x24, 0x7b, 0xae, 0x73, 0xde, 0x0b, 0x15, 0x4f, 0x3d, 0xb3, 0x80, 0x76, 0x5a, 0x68, 0x67, 0x9a, 0xc4, 0x06, 0xc6, 0x77, 0xf9, 0xb1, 0x3e, 0xd5, 0x64, 0x79, 0x1a, 0x20, 0x34, 0x3f, 0xd6, 0xe5, 0xa9, 0x0d, 0x94, 0x8f, 0xc6, 0x68, 0xf0, 0x35, 0x0c, 0xcc, 0xf4, 0x14, 0x73, 0xfe, 0xb7, 0xd0, 0xde, 0x94, 0x19, 0x0c, 0x93, 0xce, 0x46, 0x99, 0xf4, 0x26, 0xad, 0x94, 0x20, 0xa3, 0xd2, 0xed, 0xec, 0x54, 0x5a, 0x47, 0x2b, 0xe1, 0x20, 0x00, 0x06, 0x64, 0xb5, 0xa4, 0x73, 0x36, 0x4e, 0x9c, 0x39, 0xcd, 0x82, 0x02, 0x7a, 0x68, 0x46, 0x39, 0x51, 0xfe, 0xd9, 0x01, 0xfa, 0x3d, 0xec, 0x13, 0xc3, 0xb2, 0x59, 0xe4, 0x29, 0xb9, 0x31, 0xf3, 0xe4, 0x08, 0xef, 0xfc, 0x67, 0x8d, 0x49, 0x62, 0xf1, 0x95, 0xa6, 0xd9, 0x9f, 0xa3, 0xa5, 0x8c, 0xee, 0xa5, 0xed, 0x9e, 0x94, 0x80, 0x66, 0x26, 0xfb, 0x02, 0x2d, 0x66, 0xdf, 0xe3, 0x95, 0xe4, 0xb5, 0xa9, 0x56, 0xa4, 0x4d, 0xa9, 0x60, 0x01, 0x95, 0x75, 0x77, 0xbd, 0x98, 0x33, 0x95, 0x35, 0x18, 0x78, 0x99, 0xa7, 0x8f, 0xef, 0x57, 0xed, 0xa3, 0x31, 0x0c, 0xb5, 0x0d, 0x30, 0xd4, 0x61, 0x3a, 0xcf, 0xf2, 0xdd, 0x2a, 0x4d, 0x6c, 0xba, 0x05, 0x6d, 0x97, 0xdc, 0x0b, 0x03, 0x5f, 0xc2, 0x0c, 0xb9, 0x03, 0x26, 0x94, 0xbe, 0x61, 0xde, 0xb9, 0xc8, 0x0f, 0x79, 0xc2, 0xa5, 0x6b, 0xfe, 0x44, 0x18, 0x0f, 0xf2, 0x72, 0x3a, 0x29, 0x77, 0x0a, 0xf3, 0xf0, 0xcf, 0x65, 0x84, 0xee, 0x4f, 0xe0, 0x5f, 0x2c, 0xb4, 0x59, 0xb2, 0x7f, 0x70, 0x8b, 0x56, 0x58, 0xa0, 0xf6, 0x5e, 0xa5, 0x9d, 0xe6, 0x38, 0x3f, 0xdd, 0x35, 0x5f, 0x86, 0x28, 0xd2, 0x15, 0x52, 0x91, 0xf0, 0x92, 0x0c, 0xc5, 0xc6, 0x27, 0x86, 0xe2, 0xf8, 0xce, 0x42, 0x76, 0xb9, 0x34, 0xe3, 0xfd, 0x8a, 0xab, 0xc4, 0x3e, 0xa0, 0x55, 0x45, 0xff, 0x08, 0x50, 0x1e, 0xa4, 0x81, 0x84, 0x05, 0x43, 0x8c, 0x3a, 0x98, 0xc4, 0x69, 0x34, 0x69, 0xdf, 0x80, 0x2f, 0x54, 0x1d, 0x1e, 0x13, 0x20, 0x7e, 0x2c, 0xf1, 0x6f, 0x16, 0x5a, 0x2f, 0x94, 0x71, 0xbc, 0x43, 0xa7, 0xde, 0x21, 0xf6, 0x2e, 0xad, 0xb0, 0x16, 0xde, 0x06, 0xa0, 0x47, 0xc3, 0x18, 0x02, 0x0a, 0x05, 0xf0, 0x92, 0x40, 0xd3, 0x4c, 0xa2, 0x3a, 0x4c, 0x91, 0x0e, 0x93, 0xc4, 0x10, 0x2d, 0x43, 0x8f, 0x7f, 0x85, 0x09, 0x28, 0x91, 0xfa, 0x91, 0x09, 0x78, 0x64, 0xd7, 0x8c, 0x4c, 0xc0, 0xa3, 0xeb, 0xe3, 0x55, 0x80, 0xfc, 0xca, 0x39, 0xbf, 0x06, 0xc1, 0xd5, 0x78, 0x0d, 0xd0, 0x5c, 0x8f, 0xf1, 0xdf, 0x16, 0x6a, 0x96, 0xa9, 0x3a, 0xde, 0xa3, 0x55, 0xf6, 0x8f, 0x4d, 0xab, 0xed, 0x0a, 0xe7, 0x63, 0x00, 0xf8, 0xfe, 0xe4, 0x11, 0xd5, 0x0f, 0x4e, 0x52, 0x5d, 0x27, 0x86, 0x9b, 0x3e, 0xb9, 0x82, 0x6d, 0x21, 0x09, 0xa0, 0xff, 0xc3, 0x42, 0x1b, 0xc5, 0x22, 0x89, 0x77, 0xe9, 0xf4, 0xea, 0x6f, 0xb7, 0xaa, 0xc8, 0xae, 0xf3, 0x01, 0xe0, 0x7e, 0xe7, 0x21, 0x6e, 0x3d, 0x95, 0xe9, 0x04, 0x80, 0xa4, 0x1a, 0x9c, 0x80, 0xef, 0xe1, 0x48, 0x0f, 0x6b, 0xc2, 0xbf, 0x03, 0xe8, 0x62, 0xb1, 0x1b, 0x01, 0x3d, 0x59, 0x6a, 0x47, 0x40, 0x3f, 0x22, 0x9f, 0xce, 0x7b, 0x00, 0xfa, 0x2d, 0x08, 0x2a, 0x07, 0x6b, 0xfe, 0x49, 0x16, 0x09, 0xc5, 0x3f, 0x16, 0xda, 0x2a, 0xd5, 0x3e, 0x4c, 0x69, 0x25, 0xfd, 0xb5, 0xf7, 0x2b, 0x6a, 0xaa, 0xf3, 0x21, 0x60, 0x7f, 0x37, 0x8d, 0x9b, 0x05, 0xbe, 0xfd, 0x1a, 0x9c, 0x27, 0x5f, 0x88, 0x76, 0xcc, 0xe2, 0x1b, 0xf2, 0x55, 0x87, 0xc5, 0x09, 0x3f, 0x25, 0x57, 0x0a, 0x7e, 0x25, 0x7c, 0xc4, 0x49, 0xd8, 0x49, 0xfd, 0xd6, 0xb2, 0x9e, 0x05, 0x00, 0x00, 0xff, 0xff, 0x27, 0xc5, 0x15, 0xba, 0x30, 0x0d, 0x00, 0x00, }