Home
last modified time | relevance | path

Searched defs:CheckOAuthSignatureResponse (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/user/
Duser_service.pb.go272 type CheckOAuthSignatureResponse struct { struct
273 …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 {
Duser_service.proto56 message CheckOAuthSignatureResponse { message