mirror of https://github.com/usememos/memos.git
628 lines
21 KiB
Go
628 lines
21 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.11
|
|
// protoc (unknown)
|
|
// source: api/v1/auth_service.proto
|
|
|
|
package apiv1
|
|
|
|
import (
|
|
_ "google.golang.org/genproto/googleapis/api/annotations"
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
emptypb "google.golang.org/protobuf/types/known/emptypb"
|
|
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
unsafe "unsafe"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
type GetCurrentUserRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetCurrentUserRequest) Reset() {
|
|
*x = GetCurrentUserRequest{}
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetCurrentUserRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetCurrentUserRequest) ProtoMessage() {}
|
|
|
|
func (x *GetCurrentUserRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[0]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetCurrentUserRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetCurrentUserRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_v1_auth_service_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type GetCurrentUserResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
// The authenticated user's information.
|
|
User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetCurrentUserResponse) Reset() {
|
|
*x = GetCurrentUserResponse{}
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetCurrentUserResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetCurrentUserResponse) ProtoMessage() {}
|
|
|
|
func (x *GetCurrentUserResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[1]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetCurrentUserResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetCurrentUserResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_v1_auth_service_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *GetCurrentUserResponse) GetUser() *User {
|
|
if x != nil {
|
|
return x.User
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SignInRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
// Authentication credentials. Provide one method.
|
|
//
|
|
// Types that are valid to be assigned to Credentials:
|
|
//
|
|
// *SignInRequest_PasswordCredentials_
|
|
// *SignInRequest_SsoCredentials
|
|
Credentials isSignInRequest_Credentials `protobuf_oneof:"credentials"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SignInRequest) Reset() {
|
|
*x = SignInRequest{}
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SignInRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SignInRequest) ProtoMessage() {}
|
|
|
|
func (x *SignInRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[2]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SignInRequest.ProtoReflect.Descriptor instead.
|
|
func (*SignInRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_v1_auth_service_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *SignInRequest) GetCredentials() isSignInRequest_Credentials {
|
|
if x != nil {
|
|
return x.Credentials
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SignInRequest) GetPasswordCredentials() *SignInRequest_PasswordCredentials {
|
|
if x != nil {
|
|
if x, ok := x.Credentials.(*SignInRequest_PasswordCredentials_); ok {
|
|
return x.PasswordCredentials
|
|
}
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SignInRequest) GetSsoCredentials() *SignInRequest_SSOCredentials {
|
|
if x != nil {
|
|
if x, ok := x.Credentials.(*SignInRequest_SsoCredentials); ok {
|
|
return x.SsoCredentials
|
|
}
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type isSignInRequest_Credentials interface {
|
|
isSignInRequest_Credentials()
|
|
}
|
|
|
|
type SignInRequest_PasswordCredentials_ struct {
|
|
// Username and password authentication.
|
|
PasswordCredentials *SignInRequest_PasswordCredentials `protobuf:"bytes,1,opt,name=password_credentials,json=passwordCredentials,proto3,oneof"`
|
|
}
|
|
|
|
type SignInRequest_SsoCredentials struct {
|
|
// SSO provider authentication.
|
|
SsoCredentials *SignInRequest_SSOCredentials `protobuf:"bytes,2,opt,name=sso_credentials,json=ssoCredentials,proto3,oneof"`
|
|
}
|
|
|
|
func (*SignInRequest_PasswordCredentials_) isSignInRequest_Credentials() {}
|
|
|
|
func (*SignInRequest_SsoCredentials) isSignInRequest_Credentials() {}
|
|
|
|
type SignInResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
// The authenticated user's information.
|
|
User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
|
|
// The short-lived access token for API requests.
|
|
// Store in memory only, not in localStorage.
|
|
AccessToken string `protobuf:"bytes,2,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
|
|
// When the access token expires.
|
|
// Client should call RefreshToken before this time.
|
|
AccessTokenExpiresAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=access_token_expires_at,json=accessTokenExpiresAt,proto3" json:"access_token_expires_at,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SignInResponse) Reset() {
|
|
*x = SignInResponse{}
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SignInResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SignInResponse) ProtoMessage() {}
|
|
|
|
func (x *SignInResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[3]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SignInResponse.ProtoReflect.Descriptor instead.
|
|
func (*SignInResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_v1_auth_service_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *SignInResponse) GetUser() *User {
|
|
if x != nil {
|
|
return x.User
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SignInResponse) GetAccessToken() string {
|
|
if x != nil {
|
|
return x.AccessToken
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SignInResponse) GetAccessTokenExpiresAt() *timestamppb.Timestamp {
|
|
if x != nil {
|
|
return x.AccessTokenExpiresAt
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SignOutRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SignOutRequest) Reset() {
|
|
*x = SignOutRequest{}
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SignOutRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SignOutRequest) ProtoMessage() {}
|
|
|
|
func (x *SignOutRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[4]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SignOutRequest.ProtoReflect.Descriptor instead.
|
|
func (*SignOutRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_v1_auth_service_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
type RefreshTokenRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RefreshTokenRequest) Reset() {
|
|
*x = RefreshTokenRequest{}
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RefreshTokenRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RefreshTokenRequest) ProtoMessage() {}
|
|
|
|
func (x *RefreshTokenRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[5]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RefreshTokenRequest.ProtoReflect.Descriptor instead.
|
|
func (*RefreshTokenRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_v1_auth_service_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
type RefreshTokenResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
// The new short-lived access token.
|
|
AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
|
|
// When the access token expires.
|
|
ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RefreshTokenResponse) Reset() {
|
|
*x = RefreshTokenResponse{}
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RefreshTokenResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RefreshTokenResponse) ProtoMessage() {}
|
|
|
|
func (x *RefreshTokenResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[6]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RefreshTokenResponse.ProtoReflect.Descriptor instead.
|
|
func (*RefreshTokenResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_v1_auth_service_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *RefreshTokenResponse) GetAccessToken() string {
|
|
if x != nil {
|
|
return x.AccessToken
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RefreshTokenResponse) GetExpiresAt() *timestamppb.Timestamp {
|
|
if x != nil {
|
|
return x.ExpiresAt
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// Nested message for password-based authentication credentials.
|
|
type SignInRequest_PasswordCredentials struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
// The username to sign in with.
|
|
Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
|
|
// The password to sign in with.
|
|
Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SignInRequest_PasswordCredentials) Reset() {
|
|
*x = SignInRequest_PasswordCredentials{}
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SignInRequest_PasswordCredentials) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SignInRequest_PasswordCredentials) ProtoMessage() {}
|
|
|
|
func (x *SignInRequest_PasswordCredentials) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[7]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SignInRequest_PasswordCredentials.ProtoReflect.Descriptor instead.
|
|
func (*SignInRequest_PasswordCredentials) Descriptor() ([]byte, []int) {
|
|
return file_api_v1_auth_service_proto_rawDescGZIP(), []int{2, 0}
|
|
}
|
|
|
|
func (x *SignInRequest_PasswordCredentials) GetUsername() string {
|
|
if x != nil {
|
|
return x.Username
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SignInRequest_PasswordCredentials) GetPassword() string {
|
|
if x != nil {
|
|
return x.Password
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// Nested message for SSO authentication credentials.
|
|
type SignInRequest_SSOCredentials struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
// The ID of the SSO provider.
|
|
IdpId int32 `protobuf:"varint,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
|
|
// The authorization code from the SSO provider.
|
|
Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
|
|
// The redirect URI used in the SSO flow.
|
|
RedirectUri string `protobuf:"bytes,3,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"`
|
|
// The PKCE code verifier for enhanced security (RFC 7636).
|
|
// Optional - enables PKCE flow protection against authorization code interception.
|
|
CodeVerifier string `protobuf:"bytes,4,opt,name=code_verifier,json=codeVerifier,proto3" json:"code_verifier,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SignInRequest_SSOCredentials) Reset() {
|
|
*x = SignInRequest_SSOCredentials{}
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SignInRequest_SSOCredentials) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SignInRequest_SSOCredentials) ProtoMessage() {}
|
|
|
|
func (x *SignInRequest_SSOCredentials) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_v1_auth_service_proto_msgTypes[8]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SignInRequest_SSOCredentials.ProtoReflect.Descriptor instead.
|
|
func (*SignInRequest_SSOCredentials) Descriptor() ([]byte, []int) {
|
|
return file_api_v1_auth_service_proto_rawDescGZIP(), []int{2, 1}
|
|
}
|
|
|
|
func (x *SignInRequest_SSOCredentials) GetIdpId() int32 {
|
|
if x != nil {
|
|
return x.IdpId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SignInRequest_SSOCredentials) GetCode() string {
|
|
if x != nil {
|
|
return x.Code
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SignInRequest_SSOCredentials) GetRedirectUri() string {
|
|
if x != nil {
|
|
return x.RedirectUri
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SignInRequest_SSOCredentials) GetCodeVerifier() string {
|
|
if x != nil {
|
|
return x.CodeVerifier
|
|
}
|
|
return ""
|
|
}
|
|
|
|
var File_api_v1_auth_service_proto protoreflect.FileDescriptor
|
|
|
|
const file_api_v1_auth_service_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\x19api/v1/auth_service.proto\x12\fmemos.api.v1\x1a\x19api/v1/user_service.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x17\n" +
|
|
"\x15GetCurrentUserRequest\"@\n" +
|
|
"\x16GetCurrentUserResponse\x12&\n" +
|
|
"\x04user\x18\x01 \x01(\v2\x12.memos.api.v1.UserR\x04user\"\xce\x03\n" +
|
|
"\rSignInRequest\x12d\n" +
|
|
"\x14password_credentials\x18\x01 \x01(\v2/.memos.api.v1.SignInRequest.PasswordCredentialsH\x00R\x13passwordCredentials\x12U\n" +
|
|
"\x0fsso_credentials\x18\x02 \x01(\v2*.memos.api.v1.SignInRequest.SSOCredentialsH\x00R\x0essoCredentials\x1aW\n" +
|
|
"\x13PasswordCredentials\x12\x1f\n" +
|
|
"\busername\x18\x01 \x01(\tB\x03\xe0A\x02R\busername\x12\x1f\n" +
|
|
"\bpassword\x18\x02 \x01(\tB\x03\xe0A\x02R\bpassword\x1a\x97\x01\n" +
|
|
"\x0eSSOCredentials\x12\x1a\n" +
|
|
"\x06idp_id\x18\x01 \x01(\x05B\x03\xe0A\x02R\x05idpId\x12\x17\n" +
|
|
"\x04code\x18\x02 \x01(\tB\x03\xe0A\x02R\x04code\x12&\n" +
|
|
"\fredirect_uri\x18\x03 \x01(\tB\x03\xe0A\x02R\vredirectUri\x12(\n" +
|
|
"\rcode_verifier\x18\x04 \x01(\tB\x03\xe0A\x01R\fcodeVerifierB\r\n" +
|
|
"\vcredentials\"\xae\x01\n" +
|
|
"\x0eSignInResponse\x12&\n" +
|
|
"\x04user\x18\x01 \x01(\v2\x12.memos.api.v1.UserR\x04user\x12!\n" +
|
|
"\faccess_token\x18\x02 \x01(\tR\vaccessToken\x12Q\n" +
|
|
"\x17access_token_expires_at\x18\x03 \x01(\v2\x1a.google.protobuf.TimestampR\x14accessTokenExpiresAt\"\x10\n" +
|
|
"\x0eSignOutRequest\"\x15\n" +
|
|
"\x13RefreshTokenRequest\"t\n" +
|
|
"\x14RefreshTokenResponse\x12!\n" +
|
|
"\faccess_token\x18\x01 \x01(\tR\vaccessToken\x129\n" +
|
|
"\n" +
|
|
"expires_at\x18\x02 \x01(\v2\x1a.google.protobuf.TimestampR\texpiresAt2\xbf\x03\n" +
|
|
"\vAuthService\x12t\n" +
|
|
"\x0eGetCurrentUser\x12#.memos.api.v1.GetCurrentUserRequest\x1a$.memos.api.v1.GetCurrentUserResponse\"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/api/v1/auth/me\x12c\n" +
|
|
"\x06SignIn\x12\x1b.memos.api.v1.SignInRequest\x1a\x1c.memos.api.v1.SignInResponse\"\x1e\x82\xd3\xe4\x93\x02\x18:\x01*\"\x13/api/v1/auth/signin\x12]\n" +
|
|
"\aSignOut\x12\x1c.memos.api.v1.SignOutRequest\x1a\x16.google.protobuf.Empty\"\x1c\x82\xd3\xe4\x93\x02\x16\"\x14/api/v1/auth/signout\x12v\n" +
|
|
"\fRefreshToken\x12!.memos.api.v1.RefreshTokenRequest\x1a\".memos.api.v1.RefreshTokenResponse\"\x1f\x82\xd3\xe4\x93\x02\x19:\x01*\"\x14/api/v1/auth/refreshB\xa8\x01\n" +
|
|
"\x10com.memos.api.v1B\x10AuthServiceProtoP\x01Z0github.com/usememos/memos/proto/gen/api/v1;apiv1\xa2\x02\x03MAX\xaa\x02\fMemos.Api.V1\xca\x02\fMemos\\Api\\V1\xe2\x02\x18Memos\\Api\\V1\\GPBMetadata\xea\x02\x0eMemos::Api::V1b\x06proto3"
|
|
|
|
var (
|
|
file_api_v1_auth_service_proto_rawDescOnce sync.Once
|
|
file_api_v1_auth_service_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_api_v1_auth_service_proto_rawDescGZIP() []byte {
|
|
file_api_v1_auth_service_proto_rawDescOnce.Do(func() {
|
|
file_api_v1_auth_service_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_api_v1_auth_service_proto_rawDesc), len(file_api_v1_auth_service_proto_rawDesc)))
|
|
})
|
|
return file_api_v1_auth_service_proto_rawDescData
|
|
}
|
|
|
|
var file_api_v1_auth_service_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
|
|
var file_api_v1_auth_service_proto_goTypes = []any{
|
|
(*GetCurrentUserRequest)(nil), // 0: memos.api.v1.GetCurrentUserRequest
|
|
(*GetCurrentUserResponse)(nil), // 1: memos.api.v1.GetCurrentUserResponse
|
|
(*SignInRequest)(nil), // 2: memos.api.v1.SignInRequest
|
|
(*SignInResponse)(nil), // 3: memos.api.v1.SignInResponse
|
|
(*SignOutRequest)(nil), // 4: memos.api.v1.SignOutRequest
|
|
(*RefreshTokenRequest)(nil), // 5: memos.api.v1.RefreshTokenRequest
|
|
(*RefreshTokenResponse)(nil), // 6: memos.api.v1.RefreshTokenResponse
|
|
(*SignInRequest_PasswordCredentials)(nil), // 7: memos.api.v1.SignInRequest.PasswordCredentials
|
|
(*SignInRequest_SSOCredentials)(nil), // 8: memos.api.v1.SignInRequest.SSOCredentials
|
|
(*User)(nil), // 9: memos.api.v1.User
|
|
(*timestamppb.Timestamp)(nil), // 10: google.protobuf.Timestamp
|
|
(*emptypb.Empty)(nil), // 11: google.protobuf.Empty
|
|
}
|
|
var file_api_v1_auth_service_proto_depIdxs = []int32{
|
|
9, // 0: memos.api.v1.GetCurrentUserResponse.user:type_name -> memos.api.v1.User
|
|
7, // 1: memos.api.v1.SignInRequest.password_credentials:type_name -> memos.api.v1.SignInRequest.PasswordCredentials
|
|
8, // 2: memos.api.v1.SignInRequest.sso_credentials:type_name -> memos.api.v1.SignInRequest.SSOCredentials
|
|
9, // 3: memos.api.v1.SignInResponse.user:type_name -> memos.api.v1.User
|
|
10, // 4: memos.api.v1.SignInResponse.access_token_expires_at:type_name -> google.protobuf.Timestamp
|
|
10, // 5: memos.api.v1.RefreshTokenResponse.expires_at:type_name -> google.protobuf.Timestamp
|
|
0, // 6: memos.api.v1.AuthService.GetCurrentUser:input_type -> memos.api.v1.GetCurrentUserRequest
|
|
2, // 7: memos.api.v1.AuthService.SignIn:input_type -> memos.api.v1.SignInRequest
|
|
4, // 8: memos.api.v1.AuthService.SignOut:input_type -> memos.api.v1.SignOutRequest
|
|
5, // 9: memos.api.v1.AuthService.RefreshToken:input_type -> memos.api.v1.RefreshTokenRequest
|
|
1, // 10: memos.api.v1.AuthService.GetCurrentUser:output_type -> memos.api.v1.GetCurrentUserResponse
|
|
3, // 11: memos.api.v1.AuthService.SignIn:output_type -> memos.api.v1.SignInResponse
|
|
11, // 12: memos.api.v1.AuthService.SignOut:output_type -> google.protobuf.Empty
|
|
6, // 13: memos.api.v1.AuthService.RefreshToken:output_type -> memos.api.v1.RefreshTokenResponse
|
|
10, // [10:14] is the sub-list for method output_type
|
|
6, // [6:10] is the sub-list for method input_type
|
|
6, // [6:6] is the sub-list for extension type_name
|
|
6, // [6:6] is the sub-list for extension extendee
|
|
0, // [0:6] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_api_v1_auth_service_proto_init() }
|
|
func file_api_v1_auth_service_proto_init() {
|
|
if File_api_v1_auth_service_proto != nil {
|
|
return
|
|
}
|
|
file_api_v1_user_service_proto_init()
|
|
file_api_v1_auth_service_proto_msgTypes[2].OneofWrappers = []any{
|
|
(*SignInRequest_PasswordCredentials_)(nil),
|
|
(*SignInRequest_SsoCredentials)(nil),
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_api_v1_auth_service_proto_rawDesc), len(file_api_v1_auth_service_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 9,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_api_v1_auth_service_proto_goTypes,
|
|
DependencyIndexes: file_api_v1_auth_service_proto_depIdxs,
|
|
MessageInfos: file_api_v1_auth_service_proto_msgTypes,
|
|
}.Build()
|
|
File_api_v1_auth_service_proto = out.File
|
|
file_api_v1_auth_service_proto_goTypes = nil
|
|
file_api_v1_auth_service_proto_depIdxs = nil
|
|
}
|