//
//Сервис предоставляет возможность авторизации

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.30.0
// 	protoc        v4.23.1
// source: keyapis/identity/v1/keyapis_identity_authorization_v1.proto

package keyapis_identity_v1

import (
	_ "google.golang.org/genproto/googleapis/api/annotations"
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
	reflect "reflect"
	sync "sync"
)

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 UserToken struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Токен
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// Окончание действия токена
	ExpiredAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expired_at,json=expiredAt,proto3" json:"expired_at,omitempty"`
}

func (x *UserToken) Reset() {
	*x = UserToken{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[0]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *UserToken) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*UserToken) ProtoMessage() {}

func (x *UserToken) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[0]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use UserToken.ProtoReflect.Descriptor instead.
func (*UserToken) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{0}
}

func (x *UserToken) GetAccessToken() string {
	if x != nil {
		return x.AccessToken
	}
	return ""
}

func (x *UserToken) GetExpiredAt() *timestamppb.Timestamp {
	if x != nil {
		return x.ExpiredAt
	}
	return nil
}

// Капча
type Captcha struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор капчи
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Ссылка на капчу
	Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
}

func (x *Captcha) Reset() {
	*x = Captcha{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[1]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *Captcha) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*Captcha) ProtoMessage() {}

func (x *Captcha) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[1]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use Captcha.ProtoReflect.Descriptor instead.
func (*Captcha) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{1}
}

func (x *Captcha) GetId() string {
	if x != nil {
		return x.Id
	}
	return ""
}

func (x *Captcha) GetUrl() string {
	if x != nil {
		return x.Url
	}
	return ""
}

// Ответ на капчу
type CaptchaAnswer struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор капчи
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Ответ на капчу
	Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
}

func (x *CaptchaAnswer) Reset() {
	*x = CaptchaAnswer{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[2]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *CaptchaAnswer) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*CaptchaAnswer) ProtoMessage() {}

func (x *CaptchaAnswer) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[2]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use CaptchaAnswer.ProtoReflect.Descriptor instead.
func (*CaptchaAnswer) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{2}
}

func (x *CaptchaAnswer) GetId() string {
	if x != nil {
		return x.Id
	}
	return ""
}

func (x *CaptchaAnswer) GetCode() string {
	if x != nil {
		return x.Code
	}
	return ""
}

// Информация о вводе ОТП-кода
type OtpCode struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор ОТП-кода
	CodeId string `protobuf:"bytes,1,opt,name=code_id,json=codeId,proto3" json:"code_id,omitempty"`
	// Время в секундах, оставшееся до возможности отправки следующего кода
	Timeout int32 `protobuf:"varint,2,opt,name=timeout,proto3" json:"timeout,omitempty"`
}

func (x *OtpCode) Reset() {
	*x = OtpCode{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[3]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *OtpCode) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*OtpCode) ProtoMessage() {}

func (x *OtpCode) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[3]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use OtpCode.ProtoReflect.Descriptor instead.
func (*OtpCode) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{3}
}

func (x *OtpCode) GetCodeId() string {
	if x != nil {
		return x.CodeId
	}
	return ""
}

func (x *OtpCode) GetTimeout() int32 {
	if x != nil {
		return x.Timeout
	}
	return 0
}

// Ошибки из ССО
type SsoError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*SsoError_UserIsTemporaryBlocked_
	//	*SsoError_UserNotFound_
	//	*SsoError_WrongCredentials_
	//	*SsoError_UserIsBlocked_
	//	*SsoError_IntervalExceeded_
	Reason isSsoError_Reason `protobuf_oneof:"reason"`
}

func (x *SsoError) Reset() {
	*x = SsoError{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[4]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *SsoError) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*SsoError) ProtoMessage() {}

func (x *SsoError) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[4]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use SsoError.ProtoReflect.Descriptor instead.
func (*SsoError) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{4}
}

func (m *SsoError) GetReason() isSsoError_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *SsoError) GetUserIsTemporaryBlocked() *SsoError_UserIsTemporaryBlocked {
	if x, ok := x.GetReason().(*SsoError_UserIsTemporaryBlocked_); ok {
		return x.UserIsTemporaryBlocked
	}
	return nil
}

func (x *SsoError) GetUserNotFound() *SsoError_UserNotFound {
	if x, ok := x.GetReason().(*SsoError_UserNotFound_); ok {
		return x.UserNotFound
	}
	return nil
}

func (x *SsoError) GetWrongCredentials() *SsoError_WrongCredentials {
	if x, ok := x.GetReason().(*SsoError_WrongCredentials_); ok {
		return x.WrongCredentials
	}
	return nil
}

func (x *SsoError) GetUserIsBlocked() *SsoError_UserIsBlocked {
	if x, ok := x.GetReason().(*SsoError_UserIsBlocked_); ok {
		return x.UserIsBlocked
	}
	return nil
}

func (x *SsoError) GetIntervalExceeded() *SsoError_IntervalExceeded {
	if x, ok := x.GetReason().(*SsoError_IntervalExceeded_); ok {
		return x.IntervalExceeded
	}
	return nil
}

type isSsoError_Reason interface {
	isSsoError_Reason()
}

type SsoError_UserIsTemporaryBlocked_ struct {
	// Пользователь временно заблокирован
	UserIsTemporaryBlocked *SsoError_UserIsTemporaryBlocked `protobuf:"bytes,1,opt,name=user_is_temporary_blocked,json=userIsTemporaryBlocked,proto3,oneof"`
}

type SsoError_UserNotFound_ struct {
	// Пользователь не найден
	UserNotFound *SsoError_UserNotFound `protobuf:"bytes,2,opt,name=user_not_found,json=userNotFound,proto3,oneof"`
}

type SsoError_WrongCredentials_ struct {
	// Неверный пароль
	WrongCredentials *SsoError_WrongCredentials `protobuf:"bytes,3,opt,name=wrong_credentials,json=wrongCredentials,proto3,oneof"`
}

type SsoError_UserIsBlocked_ struct {
	// Пользователь заблокирован
	UserIsBlocked *SsoError_UserIsBlocked `protobuf:"bytes,4,opt,name=user_is_blocked,json=userIsBlocked,proto3,oneof"`
}

type SsoError_IntervalExceeded_ struct {
	// Превышен интервал отправки ОТП-кодов
	IntervalExceeded *SsoError_IntervalExceeded `protobuf:"bytes,5,opt,name=interval_exceeded,json=intervalExceeded,proto3,oneof"`
}

func (*SsoError_UserIsTemporaryBlocked_) isSsoError_Reason() {}

func (*SsoError_UserNotFound_) isSsoError_Reason() {}

func (*SsoError_WrongCredentials_) isSsoError_Reason() {}

func (*SsoError_UserIsBlocked_) isSsoError_Reason() {}

func (*SsoError_IntervalExceeded_) isSsoError_Reason() {}

// Ошибки сервисов ключа
type KeyError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*KeyError_UserCreation_
	Reason isKeyError_Reason `protobuf_oneof:"reason"`
}

func (x *KeyError) Reset() {
	*x = KeyError{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[5]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *KeyError) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*KeyError) ProtoMessage() {}

func (x *KeyError) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[5]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use KeyError.ProtoReflect.Descriptor instead.
func (*KeyError) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{5}
}

func (m *KeyError) GetReason() isKeyError_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *KeyError) GetUserCreation() *KeyError_UserCreation {
	if x, ok := x.GetReason().(*KeyError_UserCreation_); ok {
		return x.UserCreation
	}
	return nil
}

type isKeyError_Reason interface {
	isKeyError_Reason()
}

type KeyError_UserCreation_ struct {
	// Ошибка создания пользователя
	UserCreation *KeyError_UserCreation `protobuf:"bytes,1,opt,name=user_creation,json=userCreation,proto3,oneof"`
}

func (*KeyError_UserCreation_) isKeyError_Reason() {}

// Запрос на отправку ОТП-кода
type PostAuthorizationSendCodeRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Вариант входного параметра
	//
	// Types that are assignable to OtpText:
	//
	//	*PostAuthorizationSendCodeRequest_PhoneNumber
	OtpText isPostAuthorizationSendCodeRequest_OtpText `protobuf_oneof:"otp_text"`
	// Ответ на капчу
	CaptchaAnswer *CaptchaAnswer `protobuf:"bytes,2,opt,name=captcha_answer,json=captchaAnswer,proto3" json:"captcha_answer,omitempty"`
}

func (x *PostAuthorizationSendCodeRequest) Reset() {
	*x = PostAuthorizationSendCodeRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[6]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostAuthorizationSendCodeRequest) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostAuthorizationSendCodeRequest) ProtoMessage() {}

func (x *PostAuthorizationSendCodeRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[6]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostAuthorizationSendCodeRequest.ProtoReflect.Descriptor instead.
func (*PostAuthorizationSendCodeRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{6}
}

func (m *PostAuthorizationSendCodeRequest) GetOtpText() isPostAuthorizationSendCodeRequest_OtpText {
	if m != nil {
		return m.OtpText
	}
	return nil
}

func (x *PostAuthorizationSendCodeRequest) GetPhoneNumber() string {
	if x, ok := x.GetOtpText().(*PostAuthorizationSendCodeRequest_PhoneNumber); ok {
		return x.PhoneNumber
	}
	return ""
}

func (x *PostAuthorizationSendCodeRequest) GetCaptchaAnswer() *CaptchaAnswer {
	if x != nil {
		return x.CaptchaAnswer
	}
	return nil
}

type isPostAuthorizationSendCodeRequest_OtpText interface {
	isPostAuthorizationSendCodeRequest_OtpText()
}

type PostAuthorizationSendCodeRequest_PhoneNumber struct {
	// Номер телефона
	PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3,oneof"`
}

func (*PostAuthorizationSendCodeRequest_PhoneNumber) isPostAuthorizationSendCodeRequest_OtpText() {}

// Ответ на запрос на отправку ОТП-кода
type PostAuthorizationSendCodeResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*PostAuthorizationSendCodeResponse_Data
	//	*PostAuthorizationSendCodeResponse_Error_
	Type isPostAuthorizationSendCodeResponse_Type `protobuf_oneof:"type"`
}

func (x *PostAuthorizationSendCodeResponse) Reset() {
	*x = PostAuthorizationSendCodeResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[7]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostAuthorizationSendCodeResponse) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostAuthorizationSendCodeResponse) ProtoMessage() {}

func (x *PostAuthorizationSendCodeResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[7]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostAuthorizationSendCodeResponse.ProtoReflect.Descriptor instead.
func (*PostAuthorizationSendCodeResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{7}
}

func (m *PostAuthorizationSendCodeResponse) GetType() isPostAuthorizationSendCodeResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostAuthorizationSendCodeResponse) GetData() *OtpCode {
	if x, ok := x.GetType().(*PostAuthorizationSendCodeResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *PostAuthorizationSendCodeResponse) GetError() *PostAuthorizationSendCodeResponse_Error {
	if x, ok := x.GetType().(*PostAuthorizationSendCodeResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPostAuthorizationSendCodeResponse_Type interface {
	isPostAuthorizationSendCodeResponse_Type()
}

type PostAuthorizationSendCodeResponse_Data struct {
	// Информация об ОТП-коде
	Data *OtpCode `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

type PostAuthorizationSendCodeResponse_Error_ struct {
	// Ошибка
	Error *PostAuthorizationSendCodeResponse_Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

func (*PostAuthorizationSendCodeResponse_Data) isPostAuthorizationSendCodeResponse_Type() {}

func (*PostAuthorizationSendCodeResponse_Error_) isPostAuthorizationSendCodeResponse_Type() {}

// Запрос на авторизацию по ОТП-коду
type PostAuthorizationLoginRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор ОТП-кода
	CodeId string `protobuf:"bytes,1,opt,name=code_id,json=codeId,proto3" json:"code_id,omitempty"`
	// Значение ОТП-кода
	Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
}

func (x *PostAuthorizationLoginRequest) Reset() {
	*x = PostAuthorizationLoginRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[8]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostAuthorizationLoginRequest) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostAuthorizationLoginRequest) ProtoMessage() {}

func (x *PostAuthorizationLoginRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[8]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostAuthorizationLoginRequest.ProtoReflect.Descriptor instead.
func (*PostAuthorizationLoginRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{8}
}

func (x *PostAuthorizationLoginRequest) GetCodeId() string {
	if x != nil {
		return x.CodeId
	}
	return ""
}

func (x *PostAuthorizationLoginRequest) GetCode() string {
	if x != nil {
		return x.Code
	}
	return ""
}

// Ответ на запрос об авторизации пользователя
type PostAuthorizationLoginResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*PostAuthorizationLoginResponse_Data
	//	*PostAuthorizationLoginResponse_Error_
	Type isPostAuthorizationLoginResponse_Type `protobuf_oneof:"type"`
}

func (x *PostAuthorizationLoginResponse) Reset() {
	*x = PostAuthorizationLoginResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[9]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostAuthorizationLoginResponse) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostAuthorizationLoginResponse) ProtoMessage() {}

func (x *PostAuthorizationLoginResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[9]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostAuthorizationLoginResponse.ProtoReflect.Descriptor instead.
func (*PostAuthorizationLoginResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{9}
}

func (m *PostAuthorizationLoginResponse) GetType() isPostAuthorizationLoginResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostAuthorizationLoginResponse) GetData() *UserToken {
	if x, ok := x.GetType().(*PostAuthorizationLoginResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *PostAuthorizationLoginResponse) GetError() *PostAuthorizationLoginResponse_Error {
	if x, ok := x.GetType().(*PostAuthorizationLoginResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPostAuthorizationLoginResponse_Type interface {
	isPostAuthorizationLoginResponse_Type()
}

type PostAuthorizationLoginResponse_Data struct {
	// Токен пользователя
	Data *UserToken `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

type PostAuthorizationLoginResponse_Error_ struct {
	// Ошибка
	Error *PostAuthorizationLoginResponse_Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

func (*PostAuthorizationLoginResponse_Data) isPostAuthorizationLoginResponse_Type() {}

func (*PostAuthorizationLoginResponse_Error_) isPostAuthorizationLoginResponse_Type() {}

// Запрос на авторизацию по паролю
type PostAuthorizationLoginByPasswordRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Вариант авторизации
	//
	// Types that are assignable to Type:
	//
	//	*PostAuthorizationLoginByPasswordRequest_PhoneNumber
	//	*PostAuthorizationLoginByPasswordRequest_Email
	//	*PostAuthorizationLoginByPasswordRequest_Login
	Type isPostAuthorizationLoginByPasswordRequest_Type `protobuf_oneof:"type"`
	// Пароль
	Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
	// Ответ на капчу
	CaptchaAnswer *CaptchaAnswer `protobuf:"bytes,5,opt,name=captcha_answer,json=captchaAnswer,proto3" json:"captcha_answer,omitempty"`
}

func (x *PostAuthorizationLoginByPasswordRequest) Reset() {
	*x = PostAuthorizationLoginByPasswordRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[10]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostAuthorizationLoginByPasswordRequest) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostAuthorizationLoginByPasswordRequest) ProtoMessage() {}

func (x *PostAuthorizationLoginByPasswordRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[10]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostAuthorizationLoginByPasswordRequest.ProtoReflect.Descriptor instead.
func (*PostAuthorizationLoginByPasswordRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{10}
}

func (m *PostAuthorizationLoginByPasswordRequest) GetType() isPostAuthorizationLoginByPasswordRequest_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostAuthorizationLoginByPasswordRequest) GetPhoneNumber() string {
	if x, ok := x.GetType().(*PostAuthorizationLoginByPasswordRequest_PhoneNumber); ok {
		return x.PhoneNumber
	}
	return ""
}

func (x *PostAuthorizationLoginByPasswordRequest) GetEmail() string {
	if x, ok := x.GetType().(*PostAuthorizationLoginByPasswordRequest_Email); ok {
		return x.Email
	}
	return ""
}

func (x *PostAuthorizationLoginByPasswordRequest) GetLogin() string {
	if x, ok := x.GetType().(*PostAuthorizationLoginByPasswordRequest_Login); ok {
		return x.Login
	}
	return ""
}

func (x *PostAuthorizationLoginByPasswordRequest) GetPassword() string {
	if x != nil {
		return x.Password
	}
	return ""
}

func (x *PostAuthorizationLoginByPasswordRequest) GetCaptchaAnswer() *CaptchaAnswer {
	if x != nil {
		return x.CaptchaAnswer
	}
	return nil
}

type isPostAuthorizationLoginByPasswordRequest_Type interface {
	isPostAuthorizationLoginByPasswordRequest_Type()
}

type PostAuthorizationLoginByPasswordRequest_PhoneNumber struct {
	// Номер телефона
	PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3,oneof"`
}

type PostAuthorizationLoginByPasswordRequest_Email struct {
	// Электронная почта
	Email string `protobuf:"bytes,2,opt,name=email,proto3,oneof"`
}

type PostAuthorizationLoginByPasswordRequest_Login struct {
	// Логин
	Login string `protobuf:"bytes,3,opt,name=login,proto3,oneof"`
}

func (*PostAuthorizationLoginByPasswordRequest_PhoneNumber) isPostAuthorizationLoginByPasswordRequest_Type() {
}

func (*PostAuthorizationLoginByPasswordRequest_Email) isPostAuthorizationLoginByPasswordRequest_Type() {
}

func (*PostAuthorizationLoginByPasswordRequest_Login) isPostAuthorizationLoginByPasswordRequest_Type() {
}

// Ответ на запрос об авторизации по паролю пользователя
type PostAuthorizationLoginByPasswordResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*PostAuthorizationLoginByPasswordResponse_Data
	//	*PostAuthorizationLoginByPasswordResponse_Error_
	Type isPostAuthorizationLoginByPasswordResponse_Type `protobuf_oneof:"type"`
}

func (x *PostAuthorizationLoginByPasswordResponse) Reset() {
	*x = PostAuthorizationLoginByPasswordResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[11]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostAuthorizationLoginByPasswordResponse) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostAuthorizationLoginByPasswordResponse) ProtoMessage() {}

func (x *PostAuthorizationLoginByPasswordResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[11]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostAuthorizationLoginByPasswordResponse.ProtoReflect.Descriptor instead.
func (*PostAuthorizationLoginByPasswordResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{11}
}

func (m *PostAuthorizationLoginByPasswordResponse) GetType() isPostAuthorizationLoginByPasswordResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostAuthorizationLoginByPasswordResponse) GetData() *UserToken {
	if x, ok := x.GetType().(*PostAuthorizationLoginByPasswordResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *PostAuthorizationLoginByPasswordResponse) GetError() *PostAuthorizationLoginByPasswordResponse_Error {
	if x, ok := x.GetType().(*PostAuthorizationLoginByPasswordResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPostAuthorizationLoginByPasswordResponse_Type interface {
	isPostAuthorizationLoginByPasswordResponse_Type()
}

type PostAuthorizationLoginByPasswordResponse_Data struct {
	// Токен пользователя
	Data *UserToken `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

type PostAuthorizationLoginByPasswordResponse_Error_ struct {
	// Ошибка
	Error *PostAuthorizationLoginByPasswordResponse_Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

func (*PostAuthorizationLoginByPasswordResponse_Data) isPostAuthorizationLoginByPasswordResponse_Type() {
}

func (*PostAuthorizationLoginByPasswordResponse_Error_) isPostAuthorizationLoginByPasswordResponse_Type() {
}

// Ошибка ответа на капчу
type CaptchaAnswer_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*CaptchaAnswer_Error_WrongAnswer_
	Reason isCaptchaAnswer_Error_Reason `protobuf_oneof:"reason"`
	// Капча
	Captcha *Captcha `protobuf:"bytes,2,opt,name=captcha,proto3" json:"captcha,omitempty"`
}

func (x *CaptchaAnswer_Error) Reset() {
	*x = CaptchaAnswer_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[12]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *CaptchaAnswer_Error) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*CaptchaAnswer_Error) ProtoMessage() {}

func (x *CaptchaAnswer_Error) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[12]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use CaptchaAnswer_Error.ProtoReflect.Descriptor instead.
func (*CaptchaAnswer_Error) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{2, 0}
}

func (m *CaptchaAnswer_Error) GetReason() isCaptchaAnswer_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *CaptchaAnswer_Error) GetWrongAnswer() *CaptchaAnswer_Error_WrongAnswer {
	if x, ok := x.GetReason().(*CaptchaAnswer_Error_WrongAnswer_); ok {
		return x.WrongAnswer
	}
	return nil
}

func (x *CaptchaAnswer_Error) GetCaptcha() *Captcha {
	if x != nil {
		return x.Captcha
	}
	return nil
}

type isCaptchaAnswer_Error_Reason interface {
	isCaptchaAnswer_Error_Reason()
}

type CaptchaAnswer_Error_WrongAnswer_ struct {
	// Некорректный ответ на капчу
	WrongAnswer *CaptchaAnswer_Error_WrongAnswer `protobuf:"bytes,1,opt,name=wrong_answer,json=wrongAnswer,proto3,oneof"`
}

func (*CaptchaAnswer_Error_WrongAnswer_) isCaptchaAnswer_Error_Reason() {}

// Некорректный ответ на капчу
type CaptchaAnswer_Error_WrongAnswer struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *CaptchaAnswer_Error_WrongAnswer) Reset() {
	*x = CaptchaAnswer_Error_WrongAnswer{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[13]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *CaptchaAnswer_Error_WrongAnswer) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*CaptchaAnswer_Error_WrongAnswer) ProtoMessage() {}

func (x *CaptchaAnswer_Error_WrongAnswer) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[13]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use CaptchaAnswer_Error_WrongAnswer.ProtoReflect.Descriptor instead.
func (*CaptchaAnswer_Error_WrongAnswer) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{2, 0, 0}
}

// Ошибка ответа на капчу
type OtpCode_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*OtpCode_Error_LifeTimeExpired_
	//	*OtpCode_Error_NoAttempts_
	//	*OtpCode_Error_AddressNotFound_
	//	*OtpCode_Error_InvalidCode_
	Reason isOtpCode_Error_Reason `protobuf_oneof:"reason"`
}

func (x *OtpCode_Error) Reset() {
	*x = OtpCode_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[14]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *OtpCode_Error) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*OtpCode_Error) ProtoMessage() {}

func (x *OtpCode_Error) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[14]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use OtpCode_Error.ProtoReflect.Descriptor instead.
func (*OtpCode_Error) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{3, 0}
}

func (m *OtpCode_Error) GetReason() isOtpCode_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *OtpCode_Error) GetLifeTimeExpired() *OtpCode_Error_LifeTimeExpired {
	if x, ok := x.GetReason().(*OtpCode_Error_LifeTimeExpired_); ok {
		return x.LifeTimeExpired
	}
	return nil
}

func (x *OtpCode_Error) GetNoAttempts() *OtpCode_Error_NoAttempts {
	if x, ok := x.GetReason().(*OtpCode_Error_NoAttempts_); ok {
		return x.NoAttempts
	}
	return nil
}

func (x *OtpCode_Error) GetAddressNotFound() *OtpCode_Error_AddressNotFound {
	if x, ok := x.GetReason().(*OtpCode_Error_AddressNotFound_); ok {
		return x.AddressNotFound
	}
	return nil
}

func (x *OtpCode_Error) GetInvalidCode() *OtpCode_Error_InvalidCode {
	if x, ok := x.GetReason().(*OtpCode_Error_InvalidCode_); ok {
		return x.InvalidCode
	}
	return nil
}

type isOtpCode_Error_Reason interface {
	isOtpCode_Error_Reason()
}

type OtpCode_Error_LifeTimeExpired_ struct {
	// Код истек
	LifeTimeExpired *OtpCode_Error_LifeTimeExpired `protobuf:"bytes,1,opt,name=life_time_expired,json=lifeTimeExpired,proto3,oneof"`
}

type OtpCode_Error_NoAttempts_ struct {
	// Попыток больше нет
	NoAttempts *OtpCode_Error_NoAttempts `protobuf:"bytes,2,opt,name=no_attempts,json=noAttempts,proto3,oneof"`
}

type OtpCode_Error_AddressNotFound_ struct {
	// Адрес для отправки кода не найден.
	// В текущей реализации, эту ошибку невозможно получить
	AddressNotFound *OtpCode_Error_AddressNotFound `protobuf:"bytes,3,opt,name=address_not_found,json=addressNotFound,proto3,oneof"`
}

type OtpCode_Error_InvalidCode_ struct {
	// Неправильный ОТП-код
	InvalidCode *OtpCode_Error_InvalidCode `protobuf:"bytes,4,opt,name=invalid_code,json=invalidCode,proto3,oneof"`
}

func (*OtpCode_Error_LifeTimeExpired_) isOtpCode_Error_Reason() {}

func (*OtpCode_Error_NoAttempts_) isOtpCode_Error_Reason() {}

func (*OtpCode_Error_AddressNotFound_) isOtpCode_Error_Reason() {}

func (*OtpCode_Error_InvalidCode_) isOtpCode_Error_Reason() {}

// Код истек
type OtpCode_Error_LifeTimeExpired struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *OtpCode_Error_LifeTimeExpired) Reset() {
	*x = OtpCode_Error_LifeTimeExpired{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[15]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *OtpCode_Error_LifeTimeExpired) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*OtpCode_Error_LifeTimeExpired) ProtoMessage() {}

func (x *OtpCode_Error_LifeTimeExpired) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[15]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use OtpCode_Error_LifeTimeExpired.ProtoReflect.Descriptor instead.
func (*OtpCode_Error_LifeTimeExpired) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{3, 0, 0}
}

// Попыток больше нет
type OtpCode_Error_NoAttempts struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *OtpCode_Error_NoAttempts) Reset() {
	*x = OtpCode_Error_NoAttempts{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[16]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *OtpCode_Error_NoAttempts) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*OtpCode_Error_NoAttempts) ProtoMessage() {}

func (x *OtpCode_Error_NoAttempts) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[16]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use OtpCode_Error_NoAttempts.ProtoReflect.Descriptor instead.
func (*OtpCode_Error_NoAttempts) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{3, 0, 1}
}

// Адрес для отправки кода не найден
type OtpCode_Error_AddressNotFound struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *OtpCode_Error_AddressNotFound) Reset() {
	*x = OtpCode_Error_AddressNotFound{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[17]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *OtpCode_Error_AddressNotFound) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*OtpCode_Error_AddressNotFound) ProtoMessage() {}

func (x *OtpCode_Error_AddressNotFound) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[17]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use OtpCode_Error_AddressNotFound.ProtoReflect.Descriptor instead.
func (*OtpCode_Error_AddressNotFound) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{3, 0, 2}
}

// Неправильный ОТП-код
type OtpCode_Error_InvalidCode struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *OtpCode_Error_InvalidCode) Reset() {
	*x = OtpCode_Error_InvalidCode{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[18]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *OtpCode_Error_InvalidCode) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*OtpCode_Error_InvalidCode) ProtoMessage() {}

func (x *OtpCode_Error_InvalidCode) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[18]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use OtpCode_Error_InvalidCode.ProtoReflect.Descriptor instead.
func (*OtpCode_Error_InvalidCode) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{3, 0, 3}
}

// Пользователь временно заблокирован
type SsoError_UserIsTemporaryBlocked struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *SsoError_UserIsTemporaryBlocked) Reset() {
	*x = SsoError_UserIsTemporaryBlocked{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[19]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *SsoError_UserIsTemporaryBlocked) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*SsoError_UserIsTemporaryBlocked) ProtoMessage() {}

func (x *SsoError_UserIsTemporaryBlocked) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[19]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use SsoError_UserIsTemporaryBlocked.ProtoReflect.Descriptor instead.
func (*SsoError_UserIsTemporaryBlocked) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{4, 0}
}

// Пользователь не найден
type SsoError_UserNotFound struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *SsoError_UserNotFound) Reset() {
	*x = SsoError_UserNotFound{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[20]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *SsoError_UserNotFound) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*SsoError_UserNotFound) ProtoMessage() {}

func (x *SsoError_UserNotFound) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[20]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use SsoError_UserNotFound.ProtoReflect.Descriptor instead.
func (*SsoError_UserNotFound) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{4, 1}
}

// Неверный пароль
type SsoError_WrongCredentials struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Капча
	Captcha *Captcha `protobuf:"bytes,1,opt,name=captcha,proto3" json:"captcha,omitempty"`
}

func (x *SsoError_WrongCredentials) Reset() {
	*x = SsoError_WrongCredentials{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[21]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *SsoError_WrongCredentials) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*SsoError_WrongCredentials) ProtoMessage() {}

func (x *SsoError_WrongCredentials) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[21]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use SsoError_WrongCredentials.ProtoReflect.Descriptor instead.
func (*SsoError_WrongCredentials) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{4, 2}
}

func (x *SsoError_WrongCredentials) GetCaptcha() *Captcha {
	if x != nil {
		return x.Captcha
	}
	return nil
}

// Пользователь заблокирован
type SsoError_UserIsBlocked struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *SsoError_UserIsBlocked) Reset() {
	*x = SsoError_UserIsBlocked{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[22]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *SsoError_UserIsBlocked) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*SsoError_UserIsBlocked) ProtoMessage() {}

func (x *SsoError_UserIsBlocked) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[22]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use SsoError_UserIsBlocked.ProtoReflect.Descriptor instead.
func (*SsoError_UserIsBlocked) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{4, 3}
}

// Превышен интервал отправки ОТП-кодов
type SsoError_IntervalExceeded struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *SsoError_IntervalExceeded) Reset() {
	*x = SsoError_IntervalExceeded{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[23]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *SsoError_IntervalExceeded) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*SsoError_IntervalExceeded) ProtoMessage() {}

func (x *SsoError_IntervalExceeded) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[23]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use SsoError_IntervalExceeded.ProtoReflect.Descriptor instead.
func (*SsoError_IntervalExceeded) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{4, 4}
}

// Ошибка создания пользователя
type KeyError_UserCreation struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *KeyError_UserCreation) Reset() {
	*x = KeyError_UserCreation{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[24]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *KeyError_UserCreation) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*KeyError_UserCreation) ProtoMessage() {}

func (x *KeyError_UserCreation) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[24]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use KeyError_UserCreation.ProtoReflect.Descriptor instead.
func (*KeyError_UserCreation) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{5, 0}
}

// Ошибка запроса на отправку ОТП-кода
type PostAuthorizationSendCodeResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*PostAuthorizationSendCodeResponse_Error_CaptchaAnswer
	//	*PostAuthorizationSendCodeResponse_Error_Sso
	Reason isPostAuthorizationSendCodeResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *PostAuthorizationSendCodeResponse_Error) Reset() {
	*x = PostAuthorizationSendCodeResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[25]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostAuthorizationSendCodeResponse_Error) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostAuthorizationSendCodeResponse_Error) ProtoMessage() {}

func (x *PostAuthorizationSendCodeResponse_Error) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[25]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostAuthorizationSendCodeResponse_Error.ProtoReflect.Descriptor instead.
func (*PostAuthorizationSendCodeResponse_Error) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{7, 0}
}

func (m *PostAuthorizationSendCodeResponse_Error) GetReason() isPostAuthorizationSendCodeResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *PostAuthorizationSendCodeResponse_Error) GetCaptchaAnswer() *CaptchaAnswer_Error {
	if x, ok := x.GetReason().(*PostAuthorizationSendCodeResponse_Error_CaptchaAnswer); ok {
		return x.CaptchaAnswer
	}
	return nil
}

func (x *PostAuthorizationSendCodeResponse_Error) GetSso() *SsoError {
	if x, ok := x.GetReason().(*PostAuthorizationSendCodeResponse_Error_Sso); ok {
		return x.Sso
	}
	return nil
}

type isPostAuthorizationSendCodeResponse_Error_Reason interface {
	isPostAuthorizationSendCodeResponse_Error_Reason()
}

type PostAuthorizationSendCodeResponse_Error_CaptchaAnswer struct {
	// Ошибка ответа с капчей
	CaptchaAnswer *CaptchaAnswer_Error `protobuf:"bytes,1,opt,name=captcha_answer,json=captchaAnswer,proto3,oneof"`
}

type PostAuthorizationSendCodeResponse_Error_Sso struct {
	// Ошибка из ССО
	Sso *SsoError `protobuf:"bytes,2,opt,name=sso,proto3,oneof"`
}

func (*PostAuthorizationSendCodeResponse_Error_CaptchaAnswer) isPostAuthorizationSendCodeResponse_Error_Reason() {
}

func (*PostAuthorizationSendCodeResponse_Error_Sso) isPostAuthorizationSendCodeResponse_Error_Reason() {
}

// Ошибка запроса авторизации пользователя
type PostAuthorizationLoginResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*PostAuthorizationLoginResponse_Error_OtpCode
	//	*PostAuthorizationLoginResponse_Error_Sso
	//	*PostAuthorizationLoginResponse_Error_Key
	Reason isPostAuthorizationLoginResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *PostAuthorizationLoginResponse_Error) Reset() {
	*x = PostAuthorizationLoginResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[26]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostAuthorizationLoginResponse_Error) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostAuthorizationLoginResponse_Error) ProtoMessage() {}

func (x *PostAuthorizationLoginResponse_Error) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[26]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostAuthorizationLoginResponse_Error.ProtoReflect.Descriptor instead.
func (*PostAuthorizationLoginResponse_Error) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{9, 0}
}

func (m *PostAuthorizationLoginResponse_Error) GetReason() isPostAuthorizationLoginResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *PostAuthorizationLoginResponse_Error) GetOtpCode() *OtpCode_Error {
	if x, ok := x.GetReason().(*PostAuthorizationLoginResponse_Error_OtpCode); ok {
		return x.OtpCode
	}
	return nil
}

func (x *PostAuthorizationLoginResponse_Error) GetSso() *SsoError {
	if x, ok := x.GetReason().(*PostAuthorizationLoginResponse_Error_Sso); ok {
		return x.Sso
	}
	return nil
}

func (x *PostAuthorizationLoginResponse_Error) GetKey() *KeyError {
	if x, ok := x.GetReason().(*PostAuthorizationLoginResponse_Error_Key); ok {
		return x.Key
	}
	return nil
}

type isPostAuthorizationLoginResponse_Error_Reason interface {
	isPostAuthorizationLoginResponse_Error_Reason()
}

type PostAuthorizationLoginResponse_Error_OtpCode struct {
	// Ошибка отп-кода
	OtpCode *OtpCode_Error `protobuf:"bytes,1,opt,name=otp_code,json=otpCode,proto3,oneof"`
}

type PostAuthorizationLoginResponse_Error_Sso struct {
	// Ошибка из ССО
	Sso *SsoError `protobuf:"bytes,2,opt,name=sso,proto3,oneof"`
}

type PostAuthorizationLoginResponse_Error_Key struct {
	// Ошибка из сервисов ключа
	Key *KeyError `protobuf:"bytes,3,opt,name=key,proto3,oneof"`
}

func (*PostAuthorizationLoginResponse_Error_OtpCode) isPostAuthorizationLoginResponse_Error_Reason() {
}

func (*PostAuthorizationLoginResponse_Error_Sso) isPostAuthorizationLoginResponse_Error_Reason() {}

func (*PostAuthorizationLoginResponse_Error_Key) isPostAuthorizationLoginResponse_Error_Reason() {}

// Ошибка запроса авторизации пользователя
type PostAuthorizationLoginByPasswordResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*PostAuthorizationLoginByPasswordResponse_Error_CaptchaAnswer
	//	*PostAuthorizationLoginByPasswordResponse_Error_Sso
	//	*PostAuthorizationLoginByPasswordResponse_Error_Key
	Reason isPostAuthorizationLoginByPasswordResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *PostAuthorizationLoginByPasswordResponse_Error) Reset() {
	*x = PostAuthorizationLoginByPasswordResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[27]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostAuthorizationLoginByPasswordResponse_Error) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostAuthorizationLoginByPasswordResponse_Error) ProtoMessage() {}

func (x *PostAuthorizationLoginByPasswordResponse_Error) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[27]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostAuthorizationLoginByPasswordResponse_Error.ProtoReflect.Descriptor instead.
func (*PostAuthorizationLoginByPasswordResponse_Error) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP(), []int{11, 0}
}

func (m *PostAuthorizationLoginByPasswordResponse_Error) GetReason() isPostAuthorizationLoginByPasswordResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *PostAuthorizationLoginByPasswordResponse_Error) GetCaptchaAnswer() *CaptchaAnswer_Error {
	if x, ok := x.GetReason().(*PostAuthorizationLoginByPasswordResponse_Error_CaptchaAnswer); ok {
		return x.CaptchaAnswer
	}
	return nil
}

func (x *PostAuthorizationLoginByPasswordResponse_Error) GetSso() *SsoError {
	if x, ok := x.GetReason().(*PostAuthorizationLoginByPasswordResponse_Error_Sso); ok {
		return x.Sso
	}
	return nil
}

func (x *PostAuthorizationLoginByPasswordResponse_Error) GetKey() *KeyError {
	if x, ok := x.GetReason().(*PostAuthorizationLoginByPasswordResponse_Error_Key); ok {
		return x.Key
	}
	return nil
}

type isPostAuthorizationLoginByPasswordResponse_Error_Reason interface {
	isPostAuthorizationLoginByPasswordResponse_Error_Reason()
}

type PostAuthorizationLoginByPasswordResponse_Error_CaptchaAnswer struct {
	// Ошибка капчи
	CaptchaAnswer *CaptchaAnswer_Error `protobuf:"bytes,1,opt,name=captcha_answer,json=captchaAnswer,proto3,oneof"`
}

type PostAuthorizationLoginByPasswordResponse_Error_Sso struct {
	// Ошибка из ССО
	Sso *SsoError `protobuf:"bytes,2,opt,name=sso,proto3,oneof"`
}

type PostAuthorizationLoginByPasswordResponse_Error_Key struct {
	// Ошибка из сервисов ключа
	Key *KeyError `protobuf:"bytes,3,opt,name=key,proto3,oneof"`
}

func (*PostAuthorizationLoginByPasswordResponse_Error_CaptchaAnswer) isPostAuthorizationLoginByPasswordResponse_Error_Reason() {
}

func (*PostAuthorizationLoginByPasswordResponse_Error_Sso) isPostAuthorizationLoginByPasswordResponse_Error_Reason() {
}

func (*PostAuthorizationLoginByPasswordResponse_Error_Key) isPostAuthorizationLoginByPasswordResponse_Error_Reason() {
}

var File_keyapis_identity_v1_keyapis_identity_authorization_v1_proto protoreflect.FileDescriptor

var file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDesc = []byte{
	0x0a, 0x3b, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69,
	0x74, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x69, 0x64,
	0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x13, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e,
	0x76, 0x31, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61,
	0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
	0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65,
	0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74,
	0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
	0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x22, 0x73, 0x0a, 0x09, 0x55, 0x73, 0x65, 0x72, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12,
	0x26, 0x0a, 0x0c, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x65,
	0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x3e, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x69, 0x72,
	0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69,
	0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x65, 0x78,
	0x70, 0x69, 0x72, 0x65, 0x64, 0x41, 0x74, 0x22, 0x35, 0x0a, 0x07, 0x43, 0x61, 0x70, 0x74, 0x63,
	0x68, 0x61, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x02, 0x69, 0x64, 0x12, 0x15, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0xf3,
	0x01, 0x0a, 0x0d, 0x43, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72,
	0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x1a, 0xb3,
	0x01, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x59, 0x0a, 0x0c, 0x77, 0x72, 0x6f, 0x6e,
	0x67, 0x5f, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
	0x79, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x41, 0x6e, 0x73, 0x77,
	0x65, 0x72, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x57, 0x72, 0x6f, 0x6e, 0x67, 0x41, 0x6e,
	0x73, 0x77, 0x65, 0x72, 0x48, 0x00, 0x52, 0x0b, 0x77, 0x72, 0x6f, 0x6e, 0x67, 0x41, 0x6e, 0x73,
	0x77, 0x65, 0x72, 0x12, 0x36, 0x0a, 0x07, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69,
	0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x70, 0x74, 0x63,
	0x68, 0x61, 0x52, 0x07, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x1a, 0x0d, 0x0a, 0x0b, 0x57,
	0x72, 0x6f, 0x6e, 0x67, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65,
	0x61, 0x73, 0x6f, 0x6e, 0x22, 0x88, 0x04, 0x0a, 0x07, 0x4f, 0x74, 0x70, 0x43, 0x6f, 0x64, 0x65,
	0x12, 0x1c, 0x0a, 0x07, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x06, 0x63, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x12, 0x1d,
	0x0a, 0x07, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x07, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x1a, 0xbf, 0x03,
	0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x60, 0x0a, 0x11, 0x6c, 0x69, 0x66, 0x65, 0x5f,
	0x74, 0x69, 0x6d, 0x65, 0x5f, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65,
	0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x74, 0x70, 0x43, 0x6f, 0x64, 0x65,
	0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x4c, 0x69, 0x66, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x45,
	0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0x48, 0x00, 0x52, 0x0f, 0x6c, 0x69, 0x66, 0x65, 0x54, 0x69,
	0x6d, 0x65, 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0x12, 0x50, 0x0a, 0x0b, 0x6e, 0x6f, 0x5f,
	0x61, 0x74, 0x74, 0x65, 0x6d, 0x70, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
	0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x74, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x2e, 0x45, 0x72, 0x72,
	0x6f, 0x72, 0x2e, 0x4e, 0x6f, 0x41, 0x74, 0x74, 0x65, 0x6d, 0x70, 0x74, 0x73, 0x48, 0x00, 0x52,
	0x0a, 0x6e, 0x6f, 0x41, 0x74, 0x74, 0x65, 0x6d, 0x70, 0x74, 0x73, 0x12, 0x60, 0x0a, 0x11, 0x61,
	0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x6e, 0x6f, 0x74, 0x5f, 0x66, 0x6f, 0x75, 0x6e, 0x64,
	0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x74, 0x70,
	0x43, 0x6f, 0x64, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65,
	0x73, 0x73, 0x4e, 0x6f, 0x74, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x48, 0x00, 0x52, 0x0f, 0x61, 0x64,
	0x64, 0x72, 0x65, 0x73, 0x73, 0x4e, 0x6f, 0x74, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x53, 0x0a,
	0x0c, 0x69, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64,
	0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x74, 0x70, 0x43, 0x6f, 0x64,
	0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x43,
	0x6f, 0x64, 0x65, 0x48, 0x00, 0x52, 0x0b, 0x69, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x43, 0x6f,
	0x64, 0x65, 0x1a, 0x11, 0x0a, 0x0f, 0x4c, 0x69, 0x66, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x45, 0x78,
	0x70, 0x69, 0x72, 0x65, 0x64, 0x1a, 0x0c, 0x0a, 0x0a, 0x4e, 0x6f, 0x41, 0x74, 0x74, 0x65, 0x6d,
	0x70, 0x74, 0x73, 0x1a, 0x11, 0x0a, 0x0f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x4e, 0x6f,
	0x74, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x1a, 0x0d, 0x0a, 0x0b, 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69,
	0x64, 0x43, 0x6f, 0x64, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22,
	0x90, 0x05, 0x0a, 0x08, 0x53, 0x73, 0x6f, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x71, 0x0a, 0x19,
	0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x73, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6f, 0x72, 0x61, 0x72,
	0x79, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x34, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69,
	0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x73, 0x6f, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x55,
	0x73, 0x65, 0x72, 0x49, 0x73, 0x54, 0x65, 0x6d, 0x70, 0x6f, 0x72, 0x61, 0x72, 0x79, 0x42, 0x6c,
	0x6f, 0x63, 0x6b, 0x65, 0x64, 0x48, 0x00, 0x52, 0x16, 0x75, 0x73, 0x65, 0x72, 0x49, 0x73, 0x54,
	0x65, 0x6d, 0x70, 0x6f, 0x72, 0x61, 0x72, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x12,
	0x52, 0x0a, 0x0e, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x6e, 0x6f, 0x74, 0x5f, 0x66, 0x6f, 0x75, 0x6e,
	0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x73,
	0x6f, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x6f, 0x74, 0x46, 0x6f,
	0x75, 0x6e, 0x64, 0x48, 0x00, 0x52, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x4e, 0x6f, 0x74, 0x46, 0x6f,
	0x75, 0x6e, 0x64, 0x12, 0x5d, 0x0a, 0x11, 0x77, 0x72, 0x6f, 0x6e, 0x67, 0x5f, 0x63, 0x72, 0x65,
	0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
	0x79, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x73, 0x6f, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x57, 0x72,
	0x6f, 0x6e, 0x67, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x48, 0x00,
	0x52, 0x10, 0x77, 0x72, 0x6f, 0x6e, 0x67, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61,
	0x6c, 0x73, 0x12, 0x55, 0x0a, 0x0f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x73, 0x5f, 0x62, 0x6c,
	0x6f, 0x63, 0x6b, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76,
	0x31, 0x2e, 0x53, 0x73, 0x6f, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49,
	0x73, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x48, 0x00, 0x52, 0x0d, 0x75, 0x73, 0x65, 0x72,
	0x49, 0x73, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x12, 0x5d, 0x0a, 0x11, 0x69, 0x6e, 0x74,
	0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f, 0x65, 0x78, 0x63, 0x65, 0x65, 0x64, 0x65, 0x64, 0x18, 0x05,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69,
	0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x73, 0x6f, 0x45, 0x72,
	0x72, 0x6f, 0x72, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x45, 0x78, 0x63, 0x65,
	0x65, 0x64, 0x65, 0x64, 0x48, 0x00, 0x52, 0x10, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c,
	0x45, 0x78, 0x63, 0x65, 0x65, 0x64, 0x65, 0x64, 0x1a, 0x18, 0x0a, 0x16, 0x55, 0x73, 0x65, 0x72,
	0x49, 0x73, 0x54, 0x65, 0x6d, 0x70, 0x6f, 0x72, 0x61, 0x72, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b,
	0x65, 0x64, 0x1a, 0x0e, 0x0a, 0x0c, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x6f, 0x74, 0x46, 0x6f, 0x75,
	0x6e, 0x64, 0x1a, 0x4f, 0x0a, 0x10, 0x57, 0x72, 0x6f, 0x6e, 0x67, 0x43, 0x72, 0x65, 0x64, 0x65,
	0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x3b, 0x0a, 0x07, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68,
	0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61,
	0x70, 0x74, 0x63, 0x68, 0x61, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x07, 0x63, 0x61, 0x70, 0x74,
	0x63, 0x68, 0x61, 0x1a, 0x0f, 0x0a, 0x0d, 0x55, 0x73, 0x65, 0x72, 0x49, 0x73, 0x42, 0x6c, 0x6f,
	0x63, 0x6b, 0x65, 0x64, 0x1a, 0x12, 0x0a, 0x10, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c,
	0x45, 0x78, 0x63, 0x65, 0x65, 0x64, 0x65, 0x64, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73,
	0x6f, 0x6e, 0x22, 0x77, 0x0a, 0x08, 0x4b, 0x65, 0x79, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x51,
	0x0a, 0x0d, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4b, 0x65, 0x79, 0x45,
	0x72, 0x72, 0x6f, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f,
	0x6e, 0x48, 0x00, 0x52, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f,
	0x6e, 0x1a, 0x0e, 0x0a, 0x0c, 0x55, 0x73, 0x65, 0x72, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f,
	0x6e, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0xa3, 0x01, 0x0a, 0x20,
	0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
	0x6e, 0x53, 0x65, 0x6e, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x12, 0x23, 0x0a, 0x0c, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e,
	0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x4e, 0x0a, 0x0e, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61,
	0x5f, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
	0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x41, 0x6e, 0x73, 0x77, 0x65,
	0x72, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x0d, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x41,
	0x6e, 0x73, 0x77, 0x65, 0x72, 0x42, 0x0a, 0x0a, 0x08, 0x6f, 0x74, 0x70, 0x5f, 0x74, 0x65, 0x78,
	0x74, 0x22, 0xcf, 0x02, 0x0a, 0x21, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72,
	0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x74, 0x70, 0x43,
	0x6f, 0x64, 0x65, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x54, 0x0a, 0x05, 0x65,
	0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31,
	0x2e, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f,
	0x72, 0x1a, 0x97, 0x01, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x51, 0x0a, 0x0e, 0x63,
	0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x5f, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64,
	0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x70, 0x74, 0x63, 0x68,
	0x61, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52,
	0x0d, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x12, 0x31,
	0x0a, 0x03, 0x73, 0x73, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76,
	0x31, 0x2e, 0x53, 0x73, 0x6f, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x03, 0x73, 0x73,
	0x6f, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74,
	0x79, 0x70, 0x65, 0x22, 0x56, 0x0a, 0x1d, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f,
	0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x07, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x06, 0x63, 0x6f, 0x64, 0x65,
	0x49, 0x64, 0x12, 0x17, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0xec, 0x02, 0x0a, 0x1e,
	0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
	0x6e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x34,
	0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e,
	0x76, 0x31, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x48, 0x00, 0x52, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x12, 0x51, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64,
	0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75,
	0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x67, 0x69, 0x6e,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00,
	0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0xb8, 0x01, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f,
	0x72, 0x12, 0x3f, 0x0a, 0x08, 0x6f, 0x74, 0x70, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64,
	0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x74, 0x70, 0x43, 0x6f, 0x64,
	0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x07, 0x6f, 0x74, 0x70, 0x43, 0x6f,
	0x64, 0x65, 0x12, 0x31, 0x0a, 0x03, 0x73, 0x73, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x1d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69,
	0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x73, 0x6f, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00,
	0x52, 0x03, 0x73, 0x73, 0x6f, 0x12, 0x31, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65,
	0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4b, 0x65, 0x79, 0x45, 0x72, 0x72, 0x6f,
	0x72, 0x48, 0x00, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73,
	0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xf7, 0x01, 0x0a, 0x27, 0x50,
	0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
	0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x42, 0x79, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52,
	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0c, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f,
	0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b,
	0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x05, 0x65,
	0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x05, 0x65, 0x6d,
	0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x05, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01,
	0x28, 0x09, 0x48, 0x00, 0x52, 0x05, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x12, 0x1f, 0x0a, 0x08, 0x70,
	0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0,
	0x41, 0x02, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x4e, 0x0a, 0x0e,
	0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x5f, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x18, 0x05,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69,
	0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x70, 0x74, 0x63,
	0x68, 0x61, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x0d, 0x63,
	0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x42, 0x06, 0x0a, 0x04,
	0x74, 0x79, 0x70, 0x65, 0x22, 0x92, 0x03, 0x0a, 0x28, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74,
	0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x42,
	0x79, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x1e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69,
	0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x48,
	0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x5b, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x43, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73,
	0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f,
	0x67, 0x69, 0x6e, 0x42, 0x79, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65,
	0x72, 0x72, 0x6f, 0x72, 0x1a, 0xca, 0x01, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x51,
	0x0a, 0x0e, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x5f, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x72,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x70,
	0x74, 0x63, 0x68, 0x61, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72,
	0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x41, 0x6e, 0x73, 0x77, 0x65,
	0x72, 0x12, 0x31, 0x0a, 0x03, 0x73, 0x73, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
	0x79, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x73, 0x6f, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52,
	0x03, 0x73, 0x73, 0x6f, 0x12, 0x31, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x1d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e,
	0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4b, 0x65, 0x79, 0x45, 0x72, 0x72, 0x6f, 0x72,
	0x48, 0x00, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f,
	0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x32, 0xec, 0x04, 0x0a, 0x14, 0x41, 0x75,
	0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69,
	0x63, 0x65, 0x12, 0xb2, 0x01, 0x0a, 0x16, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f,
	0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x12, 0x32, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
	0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x1a, 0x33, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e,
	0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68,
	0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x3a, 0x01,
	0x2a, 0x22, 0x24, 0x2f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2f, 0x61, 0x70, 0x69,
	0x2f, 0x76, 0x31, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
	0x6e, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x12, 0xbf, 0x01, 0x0a, 0x19, 0x50, 0x6f, 0x73, 0x74,
	0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e,
	0x64, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x35, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74,
	0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e,
	0x64, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e,
	0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70,
	0x6f, 0x6e, 0x73, 0x65, 0x22, 0x33, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x3a, 0x01, 0x2a, 0x22,
	0x28, 0x2f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76,
	0x31, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f,
	0x73, 0x65, 0x6e, 0x64, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x12, 0xdc, 0x01, 0x0a, 0x20, 0x50, 0x6f,
	0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c,
	0x6f, 0x67, 0x69, 0x6e, 0x42, 0x79, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x3c,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
	0x79, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69,
	0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x42, 0x79, 0x50, 0x61, 0x73,
	0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3d, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e,
	0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x42, 0x79, 0x50, 0x61, 0x73, 0x73, 0x77,
	0x6f, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3b, 0x82, 0xd3, 0xe4,
	0x93, 0x02, 0x35, 0x3a, 0x01, 0x2a, 0x22, 0x30, 0x2f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
	0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69,
	0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x5f, 0x62, 0x79, 0x5f,
	0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x42, 0xa8, 0x01, 0x0a, 0x16, 0x72, 0x75, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
	0x2e, 0x76, 0x31, 0x42, 0x16, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x49, 0x64, 0x65, 0x6e,
	0x74, 0x69, 0x74, 0x79, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a,
	0x14, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69,
	0x74, 0x79, 0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02, 0x11, 0x4b, 0x45,
	0x59, 0x41, 0x50, 0x49, 0x53, 0x49, 0x44, 0x45, 0x4e, 0x54, 0x49, 0x54, 0x59, 0x56, 0x31, 0xaa,
	0x02, 0x13, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69,
	0x74, 0x79, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x13, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5c,
	0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x15, 0x4b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x3a,
	0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescOnce sync.Once
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescData = file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDesc
)

func file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescGZIP() []byte {
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescData)
	})
	return file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDescData
}

var file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 28)
var file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_goTypes = []interface{}{
	(*UserToken)(nil),                                      // 0: keyapis.identity.v1.UserToken
	(*Captcha)(nil),                                        // 1: keyapis.identity.v1.Captcha
	(*CaptchaAnswer)(nil),                                  // 2: keyapis.identity.v1.CaptchaAnswer
	(*OtpCode)(nil),                                        // 3: keyapis.identity.v1.OtpCode
	(*SsoError)(nil),                                       // 4: keyapis.identity.v1.SsoError
	(*KeyError)(nil),                                       // 5: keyapis.identity.v1.KeyError
	(*PostAuthorizationSendCodeRequest)(nil),               // 6: keyapis.identity.v1.PostAuthorizationSendCodeRequest
	(*PostAuthorizationSendCodeResponse)(nil),              // 7: keyapis.identity.v1.PostAuthorizationSendCodeResponse
	(*PostAuthorizationLoginRequest)(nil),                  // 8: keyapis.identity.v1.PostAuthorizationLoginRequest
	(*PostAuthorizationLoginResponse)(nil),                 // 9: keyapis.identity.v1.PostAuthorizationLoginResponse
	(*PostAuthorizationLoginByPasswordRequest)(nil),        // 10: keyapis.identity.v1.PostAuthorizationLoginByPasswordRequest
	(*PostAuthorizationLoginByPasswordResponse)(nil),       // 11: keyapis.identity.v1.PostAuthorizationLoginByPasswordResponse
	(*CaptchaAnswer_Error)(nil),                            // 12: keyapis.identity.v1.CaptchaAnswer.Error
	(*CaptchaAnswer_Error_WrongAnswer)(nil),                // 13: keyapis.identity.v1.CaptchaAnswer.Error.WrongAnswer
	(*OtpCode_Error)(nil),                                  // 14: keyapis.identity.v1.OtpCode.Error
	(*OtpCode_Error_LifeTimeExpired)(nil),                  // 15: keyapis.identity.v1.OtpCode.Error.LifeTimeExpired
	(*OtpCode_Error_NoAttempts)(nil),                       // 16: keyapis.identity.v1.OtpCode.Error.NoAttempts
	(*OtpCode_Error_AddressNotFound)(nil),                  // 17: keyapis.identity.v1.OtpCode.Error.AddressNotFound
	(*OtpCode_Error_InvalidCode)(nil),                      // 18: keyapis.identity.v1.OtpCode.Error.InvalidCode
	(*SsoError_UserIsTemporaryBlocked)(nil),                // 19: keyapis.identity.v1.SsoError.UserIsTemporaryBlocked
	(*SsoError_UserNotFound)(nil),                          // 20: keyapis.identity.v1.SsoError.UserNotFound
	(*SsoError_WrongCredentials)(nil),                      // 21: keyapis.identity.v1.SsoError.WrongCredentials
	(*SsoError_UserIsBlocked)(nil),                         // 22: keyapis.identity.v1.SsoError.UserIsBlocked
	(*SsoError_IntervalExceeded)(nil),                      // 23: keyapis.identity.v1.SsoError.IntervalExceeded
	(*KeyError_UserCreation)(nil),                          // 24: keyapis.identity.v1.KeyError.UserCreation
	(*PostAuthorizationSendCodeResponse_Error)(nil),        // 25: keyapis.identity.v1.PostAuthorizationSendCodeResponse.Error
	(*PostAuthorizationLoginResponse_Error)(nil),           // 26: keyapis.identity.v1.PostAuthorizationLoginResponse.Error
	(*PostAuthorizationLoginByPasswordResponse_Error)(nil), // 27: keyapis.identity.v1.PostAuthorizationLoginByPasswordResponse.Error
	(*timestamppb.Timestamp)(nil),                          // 28: google.protobuf.Timestamp
}
var file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_depIdxs = []int32{
	28, // 0: keyapis.identity.v1.UserToken.expired_at:type_name -> google.protobuf.Timestamp
	19, // 1: keyapis.identity.v1.SsoError.user_is_temporary_blocked:type_name -> keyapis.identity.v1.SsoError.UserIsTemporaryBlocked
	20, // 2: keyapis.identity.v1.SsoError.user_not_found:type_name -> keyapis.identity.v1.SsoError.UserNotFound
	21, // 3: keyapis.identity.v1.SsoError.wrong_credentials:type_name -> keyapis.identity.v1.SsoError.WrongCredentials
	22, // 4: keyapis.identity.v1.SsoError.user_is_blocked:type_name -> keyapis.identity.v1.SsoError.UserIsBlocked
	23, // 5: keyapis.identity.v1.SsoError.interval_exceeded:type_name -> keyapis.identity.v1.SsoError.IntervalExceeded
	24, // 6: keyapis.identity.v1.KeyError.user_creation:type_name -> keyapis.identity.v1.KeyError.UserCreation
	2,  // 7: keyapis.identity.v1.PostAuthorizationSendCodeRequest.captcha_answer:type_name -> keyapis.identity.v1.CaptchaAnswer
	3,  // 8: keyapis.identity.v1.PostAuthorizationSendCodeResponse.data:type_name -> keyapis.identity.v1.OtpCode
	25, // 9: keyapis.identity.v1.PostAuthorizationSendCodeResponse.error:type_name -> keyapis.identity.v1.PostAuthorizationSendCodeResponse.Error
	0,  // 10: keyapis.identity.v1.PostAuthorizationLoginResponse.data:type_name -> keyapis.identity.v1.UserToken
	26, // 11: keyapis.identity.v1.PostAuthorizationLoginResponse.error:type_name -> keyapis.identity.v1.PostAuthorizationLoginResponse.Error
	2,  // 12: keyapis.identity.v1.PostAuthorizationLoginByPasswordRequest.captcha_answer:type_name -> keyapis.identity.v1.CaptchaAnswer
	0,  // 13: keyapis.identity.v1.PostAuthorizationLoginByPasswordResponse.data:type_name -> keyapis.identity.v1.UserToken
	27, // 14: keyapis.identity.v1.PostAuthorizationLoginByPasswordResponse.error:type_name -> keyapis.identity.v1.PostAuthorizationLoginByPasswordResponse.Error
	13, // 15: keyapis.identity.v1.CaptchaAnswer.Error.wrong_answer:type_name -> keyapis.identity.v1.CaptchaAnswer.Error.WrongAnswer
	1,  // 16: keyapis.identity.v1.CaptchaAnswer.Error.captcha:type_name -> keyapis.identity.v1.Captcha
	15, // 17: keyapis.identity.v1.OtpCode.Error.life_time_expired:type_name -> keyapis.identity.v1.OtpCode.Error.LifeTimeExpired
	16, // 18: keyapis.identity.v1.OtpCode.Error.no_attempts:type_name -> keyapis.identity.v1.OtpCode.Error.NoAttempts
	17, // 19: keyapis.identity.v1.OtpCode.Error.address_not_found:type_name -> keyapis.identity.v1.OtpCode.Error.AddressNotFound
	18, // 20: keyapis.identity.v1.OtpCode.Error.invalid_code:type_name -> keyapis.identity.v1.OtpCode.Error.InvalidCode
	1,  // 21: keyapis.identity.v1.SsoError.WrongCredentials.captcha:type_name -> keyapis.identity.v1.Captcha
	12, // 22: keyapis.identity.v1.PostAuthorizationSendCodeResponse.Error.captcha_answer:type_name -> keyapis.identity.v1.CaptchaAnswer.Error
	4,  // 23: keyapis.identity.v1.PostAuthorizationSendCodeResponse.Error.sso:type_name -> keyapis.identity.v1.SsoError
	14, // 24: keyapis.identity.v1.PostAuthorizationLoginResponse.Error.otp_code:type_name -> keyapis.identity.v1.OtpCode.Error
	4,  // 25: keyapis.identity.v1.PostAuthorizationLoginResponse.Error.sso:type_name -> keyapis.identity.v1.SsoError
	5,  // 26: keyapis.identity.v1.PostAuthorizationLoginResponse.Error.key:type_name -> keyapis.identity.v1.KeyError
	12, // 27: keyapis.identity.v1.PostAuthorizationLoginByPasswordResponse.Error.captcha_answer:type_name -> keyapis.identity.v1.CaptchaAnswer.Error
	4,  // 28: keyapis.identity.v1.PostAuthorizationLoginByPasswordResponse.Error.sso:type_name -> keyapis.identity.v1.SsoError
	5,  // 29: keyapis.identity.v1.PostAuthorizationLoginByPasswordResponse.Error.key:type_name -> keyapis.identity.v1.KeyError
	8,  // 30: keyapis.identity.v1.AuthorizationService.PostAuthorizationLogin:input_type -> keyapis.identity.v1.PostAuthorizationLoginRequest
	6,  // 31: keyapis.identity.v1.AuthorizationService.PostAuthorizationSendCode:input_type -> keyapis.identity.v1.PostAuthorizationSendCodeRequest
	10, // 32: keyapis.identity.v1.AuthorizationService.PostAuthorizationLoginByPassword:input_type -> keyapis.identity.v1.PostAuthorizationLoginByPasswordRequest
	9,  // 33: keyapis.identity.v1.AuthorizationService.PostAuthorizationLogin:output_type -> keyapis.identity.v1.PostAuthorizationLoginResponse
	7,  // 34: keyapis.identity.v1.AuthorizationService.PostAuthorizationSendCode:output_type -> keyapis.identity.v1.PostAuthorizationSendCodeResponse
	11, // 35: keyapis.identity.v1.AuthorizationService.PostAuthorizationLoginByPassword:output_type -> keyapis.identity.v1.PostAuthorizationLoginByPasswordResponse
	33, // [33:36] is the sub-list for method output_type
	30, // [30:33] is the sub-list for method input_type
	30, // [30:30] is the sub-list for extension type_name
	30, // [30:30] is the sub-list for extension extendee
	0,  // [0:30] is the sub-list for field type_name
}

func init() { file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_init() }
func file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_init() {
	if File_keyapis_identity_v1_keyapis_identity_authorization_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*UserToken); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Captcha); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CaptchaAnswer); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*OtpCode); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SsoError); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*KeyError); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostAuthorizationSendCodeRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostAuthorizationSendCodeResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostAuthorizationLoginRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostAuthorizationLoginResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostAuthorizationLoginByPasswordRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostAuthorizationLoginByPasswordResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CaptchaAnswer_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CaptchaAnswer_Error_WrongAnswer); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*OtpCode_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*OtpCode_Error_LifeTimeExpired); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*OtpCode_Error_NoAttempts); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*OtpCode_Error_AddressNotFound); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*OtpCode_Error_InvalidCode); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SsoError_UserIsTemporaryBlocked); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SsoError_UserNotFound); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SsoError_WrongCredentials); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SsoError_UserIsBlocked); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SsoError_IntervalExceeded); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*KeyError_UserCreation); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostAuthorizationSendCodeResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostAuthorizationLoginResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostAuthorizationLoginByPasswordResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[4].OneofWrappers = []interface{}{
		(*SsoError_UserIsTemporaryBlocked_)(nil),
		(*SsoError_UserNotFound_)(nil),
		(*SsoError_WrongCredentials_)(nil),
		(*SsoError_UserIsBlocked_)(nil),
		(*SsoError_IntervalExceeded_)(nil),
	}
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[5].OneofWrappers = []interface{}{
		(*KeyError_UserCreation_)(nil),
	}
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*PostAuthorizationSendCodeRequest_PhoneNumber)(nil),
	}
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[7].OneofWrappers = []interface{}{
		(*PostAuthorizationSendCodeResponse_Data)(nil),
		(*PostAuthorizationSendCodeResponse_Error_)(nil),
	}
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[9].OneofWrappers = []interface{}{
		(*PostAuthorizationLoginResponse_Data)(nil),
		(*PostAuthorizationLoginResponse_Error_)(nil),
	}
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[10].OneofWrappers = []interface{}{
		(*PostAuthorizationLoginByPasswordRequest_PhoneNumber)(nil),
		(*PostAuthorizationLoginByPasswordRequest_Email)(nil),
		(*PostAuthorizationLoginByPasswordRequest_Login)(nil),
	}
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[11].OneofWrappers = []interface{}{
		(*PostAuthorizationLoginByPasswordResponse_Data)(nil),
		(*PostAuthorizationLoginByPasswordResponse_Error_)(nil),
	}
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[12].OneofWrappers = []interface{}{
		(*CaptchaAnswer_Error_WrongAnswer_)(nil),
	}
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[14].OneofWrappers = []interface{}{
		(*OtpCode_Error_LifeTimeExpired_)(nil),
		(*OtpCode_Error_NoAttempts_)(nil),
		(*OtpCode_Error_AddressNotFound_)(nil),
		(*OtpCode_Error_InvalidCode_)(nil),
	}
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[25].OneofWrappers = []interface{}{
		(*PostAuthorizationSendCodeResponse_Error_CaptchaAnswer)(nil),
		(*PostAuthorizationSendCodeResponse_Error_Sso)(nil),
	}
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[26].OneofWrappers = []interface{}{
		(*PostAuthorizationLoginResponse_Error_OtpCode)(nil),
		(*PostAuthorizationLoginResponse_Error_Sso)(nil),
		(*PostAuthorizationLoginResponse_Error_Key)(nil),
	}
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes[27].OneofWrappers = []interface{}{
		(*PostAuthorizationLoginByPasswordResponse_Error_CaptchaAnswer)(nil),
		(*PostAuthorizationLoginByPasswordResponse_Error_Sso)(nil),
		(*PostAuthorizationLoginByPasswordResponse_Error_Key)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   28,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_depIdxs,
		MessageInfos:      file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_msgTypes,
	}.Build()
	File_keyapis_identity_v1_keyapis_identity_authorization_v1_proto = out.File
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_rawDesc = nil
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_goTypes = nil
	file_keyapis_identity_v1_keyapis_identity_authorization_v1_proto_depIdxs = nil
}
