Searched defs:CheckOAuthSignatureResponse (Results 1 – 2 of 2) sorted by relevance
272 type CheckOAuthSignatureResponse struct { struct273 …merKey *string `protobuf:"bytes,1,req,name=oauth_consumer_key" json:"oauth_consumer_key,omitempty"`274 XXX_unrecognized []byte `json:"-"`277 func (m *CheckOAuthSignatureResponse) Reset() { *m = CheckOAuthSignatureResponse{} }278 func (m *CheckOAuthSignatureResponse) String() string { return proto.CompactTextString(m) }279 func (*CheckOAuthSignatureResponse) ProtoMessage() {}281 func (m *CheckOAuthSignatureResponse) GetOauthConsumerKey() string {
56 message CheckOAuthSignatureResponse { message