Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/user/
Duser_service.pb.go86 type CreateLoginURLRequest struct { struct
87 …nationUrl *string `protobuf:"bytes,1,req,name=destination_url" json:"destination_url,omitempty"`
88 AuthDomain *string `protobuf:"bytes,2,opt,name=auth_domain" json:"auth_domain,omitempty"`
89 …y *string `protobuf:"bytes,3,opt,name=federated_identity,def=" json:"federated_identity,omitempty"`
90 XXX_unrecognized []byte `json:"-"`
93 func (m *CreateLoginURLRequest) Reset() { *m = CreateLoginURLRequest{} }
94 func (m *CreateLoginURLRequest) String() string { return proto.CompactTextString(m) }
95 func (*CreateLoginURLRequest) ProtoMessage() {}
97 func (m *CreateLoginURLRequest) GetDestinationUrl() string {
104 func (m *CreateLoginURLRequest) GetAuthDomain() string {
[all …]
Duser_service.proto17 message CreateLoginURLRequest { message