Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/app_identity/
Dapp_identity_service.pb.go247 type GetAccessTokenResponse struct { struct
248 AccessToken *string `protobuf:"bytes,1,opt,name=access_token" json:"access_token,omitempty"`
249 …ationTime *int64 `protobuf:"varint,2,opt,name=expiration_time" json:"expiration_time,omitempty"`
250 XXX_unrecognized []byte `json:"-"`
253 func (m *GetAccessTokenResponse) Reset() { *m = GetAccessTokenResponse{} }
254 func (m *GetAccessTokenResponse) String() string { return proto.CompactTextString(m) }
255 func (*GetAccessTokenResponse) ProtoMessage() {}
257 func (m *GetAccessTokenResponse) GetAccessToken() string {
264 func (m *GetAccessTokenResponse) GetExpirationTime() int64 {
Dapp_identity_service.proto54 message GetAccessTokenResponse { message