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

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

package keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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() {}

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

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

func (x *PostAuthorizationSendCodeRequest) Reset() {
	*x = PostAuthorizationSendCodeRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescGZIP(), []int{6}
}

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

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) GetEmail() string {
	if x, ok := x.GetOtpText().(*PostAuthorizationSendCodeRequest_Email); ok {
		return x.Email
	}
	return ""
}

type isPostAuthorizationSendCodeRequest_OtpText interface {
	isPostAuthorizationSendCodeRequest_OtpText()
}

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

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

func (*PostAuthorizationSendCodeRequest_PhoneNumber) isPostAuthorizationSendCodeRequest_OtpText() {}

func (*PostAuthorizationSendCodeRequest_Email) isPostAuthorizationSendCodeRequest_OtpText() {}

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

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

func (x *PostAuthorizationSendCodeResponse) Reset() {
	*x = PostAuthorizationSendCodeResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescGZIP(), []int{7}
}

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

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

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

type isPostAuthorizationSendCodeResponse_Type interface {
	isPostAuthorizationSendCodeResponse_Type()
}

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

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

func (*PostAuthorizationSendCodeResponse_Error_) isPostAuthorizationSendCodeResponse_Type() {}

func (*PostAuthorizationSendCodeResponse_Data) isPostAuthorizationSendCodeResponse_Type() {}

// Запрос на авторизацию по ОТП-коду для B2B
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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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 ""
}

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

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

func (x *PostAuthorizationLoginResponse) Reset() {
	*x = PostAuthorizationLoginResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescGZIP(), []int{9}
}

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

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

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

type isPostAuthorizationLoginResponse_Type interface {
	isPostAuthorizationLoginResponse_Type()
}

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

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

func (*PostAuthorizationLoginResponse_Error_) isPostAuthorizationLoginResponse_Type() {}

func (*PostAuthorizationLoginResponse_Data) isPostAuthorizationLoginResponse_Type() {}

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

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

func (x *PostAuthorizationLoginByPasswordRequest) Reset() {
	*x = PostAuthorizationLoginByPasswordRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescGZIP(), []int{10}
}

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
}

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 ""
}

type isPostAuthorizationLoginByPasswordRequest_Type interface {
	isPostAuthorizationLoginByPasswordRequest_Type()
}

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

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

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

func (*PostAuthorizationLoginByPasswordRequest_PhoneNumber) isPostAuthorizationLoginByPasswordRequest_Type() {
}

func (*PostAuthorizationLoginByPasswordRequest_Email) isPostAuthorizationLoginByPasswordRequest_Type() {
}

func (*PostAuthorizationLoginByPasswordRequest_Login) isPostAuthorizationLoginByPasswordRequest_Type() {
}

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

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

func (x *PostAuthorizationLoginByPasswordResponse) Reset() {
	*x = PostAuthorizationLoginByPasswordResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescGZIP(), []int{11}
}

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

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

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

func (x *PostAuthorizationLoginByPasswordResponse) GetData2Fa() *Data2Fa {
	if x, ok := x.GetType().(*PostAuthorizationLoginByPasswordResponse_Data2Fa); ok {
		return x.Data2Fa
	}
	return nil
}

type isPostAuthorizationLoginByPasswordResponse_Type interface {
	isPostAuthorizationLoginByPasswordResponse_Type()
}

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

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

type PostAuthorizationLoginByPasswordResponse_Data2Fa struct {
	// Данные для двухфакторной аутентификации
	Data2Fa *Data2Fa `protobuf:"bytes,3,opt,name=data2fa,proto3,oneof"`
}

func (*PostAuthorizationLoginByPasswordResponse_Error_) isPostAuthorizationLoginByPasswordResponse_Type() {
}

func (*PostAuthorizationLoginByPasswordResponse_Data) isPostAuthorizationLoginByPasswordResponse_Type() {
}

func (*PostAuthorizationLoginByPasswordResponse_Data2Fa) isPostAuthorizationLoginByPasswordResponse_Type() {
}

// Запрос проверки кода двухфакторной авторизации и активация сессии для B2B
type PostAuthorizationCheckCodeRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор сессии двухфакторной аутентификации
	SessionId string `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// Идентификатор процесса двухфакторной аутентификации
	ActionId string `protobuf:"bytes,2,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// Идентификатор кода двухфакторной авторизации
	CodeId string `protobuf:"bytes,3,opt,name=code_id,json=codeId,proto3" json:"code_id,omitempty"`
	// Код, введенный пользователем
	Code string `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
}

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

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

func (*PostAuthorizationCheckCodeRequest) ProtoMessage() {}

func (x *PostAuthorizationCheckCodeRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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 PostAuthorizationCheckCodeRequest.ProtoReflect.Descriptor instead.
func (*PostAuthorizationCheckCodeRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescGZIP(), []int{12}
}

func (x *PostAuthorizationCheckCodeRequest) GetSessionId() string {
	if x != nil {
		return x.SessionId
	}
	return ""
}

func (x *PostAuthorizationCheckCodeRequest) GetActionId() string {
	if x != nil {
		return x.ActionId
	}
	return ""
}

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

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

// Ответ на запрос проверки кода двухфакторной авторизации и активация сессии для B2B
type PostAuthorizationCheckCodeResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*PostAuthorizationCheckCodeResponse) ProtoMessage() {}

func (x *PostAuthorizationCheckCodeResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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 PostAuthorizationCheckCodeResponse.ProtoReflect.Descriptor instead.
func (*PostAuthorizationCheckCodeResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescGZIP(), []int{13}
}

func (m *PostAuthorizationCheckCodeResponse) GetType() isPostAuthorizationCheckCodeResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostAuthorizationCheckCodeResponse) GetError() *PostAuthorizationCheckCodeResponse_Error {
	if x, ok := x.GetType().(*PostAuthorizationCheckCodeResponse_Error_); ok {
		return x.Error
	}
	return nil
}

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

type isPostAuthorizationCheckCodeResponse_Type interface {
	isPostAuthorizationCheckCodeResponse_Type()
}

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

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

func (*PostAuthorizationCheckCodeResponse_Error_) isPostAuthorizationCheckCodeResponse_Type() {}

func (*PostAuthorizationCheckCodeResponse_Data) isPostAuthorizationCheckCodeResponse_Type() {}

// Данные для двухфакторной аутентификации
type Data2Fa struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор сессии двухфакторной аутентификации
	SessionId string `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// Идентификатор процесса двухфакторной аутентификации
	ActionId string `protobuf:"bytes,2,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// Идентификатор кода двухфакторной авторизации
	CodeId string `protobuf:"bytes,3,opt,name=code_id,json=codeId,proto3" json:"code_id,omitempty"`
	// Время в секундах, оставшееся до возможности отправки следующего кода
	Timeout int32 `protobuf:"varint,4,opt,name=timeout,proto3" json:"timeout,omitempty"`
}

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

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

func (*Data2Fa) ProtoMessage() {}

func (x *Data2Fa) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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 Data2Fa.ProtoReflect.Descriptor instead.
func (*Data2Fa) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescGZIP(), []int{14}
}

func (x *Data2Fa) GetSessionId() string {
	if x != nil {
		return x.SessionId
	}
	return ""
}

func (x *Data2Fa) GetActionId() string {
	if x != nil {
		return x.ActionId
	}
	return ""
}

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

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

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

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

func (x *CaptchaAnswer_Error) Reset() {
	*x = CaptchaAnswer_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[15]
		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_b2b_v1_keyapis_identity_b2b_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 CaptchaAnswer_Error.ProtoReflect.Descriptor instead.
func (*CaptchaAnswer_Error) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescGZIP(), []int{2, 0}
}

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

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
}

type isCaptchaAnswer_Error_Reason interface {
	isCaptchaAnswer_Error_Reason()
}

type CaptchaAnswer_Error_WrongAnswer_ struct {
	// Некорректный ответ на капчу
	WrongAnswer *CaptchaAnswer_Error_WrongAnswer `protobuf:"bytes,2,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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[16]
		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_b2b_v1_keyapis_identity_b2b_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 CaptchaAnswer_Error_WrongAnswer.ProtoReflect.Descriptor instead.
func (*CaptchaAnswer_Error_WrongAnswer) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[17]
		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_b2b_v1_keyapis_identity_b2b_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.ProtoReflect.Descriptor instead.
func (*OtpCode_Error) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[18]
		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_b2b_v1_keyapis_identity_b2b_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_LifeTimeExpired.ProtoReflect.Descriptor instead.
func (*OtpCode_Error_LifeTimeExpired) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[19]
		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_b2b_v1_keyapis_identity_b2b_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 OtpCode_Error_NoAttempts.ProtoReflect.Descriptor instead.
func (*OtpCode_Error_NoAttempts) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[20]
		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_b2b_v1_keyapis_identity_b2b_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 OtpCode_Error_AddressNotFound.ProtoReflect.Descriptor instead.
func (*OtpCode_Error_AddressNotFound) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[21]
		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_b2b_v1_keyapis_identity_b2b_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 OtpCode_Error_InvalidCode.ProtoReflect.Descriptor instead.
func (*OtpCode_Error_InvalidCode) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[22]
		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_b2b_v1_keyapis_identity_b2b_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_UserIsTemporaryBlocked.ProtoReflect.Descriptor instead.
func (*SsoError_UserIsTemporaryBlocked) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[23]
		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_b2b_v1_keyapis_identity_b2b_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_UserNotFound.ProtoReflect.Descriptor instead.
func (*SsoError_UserNotFound) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[24]
		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_b2b_v1_keyapis_identity_b2b_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 SsoError_WrongCredentials.ProtoReflect.Descriptor instead.
func (*SsoError_WrongCredentials) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[25]
		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_b2b_v1_keyapis_identity_b2b_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 SsoError_UserIsBlocked.ProtoReflect.Descriptor instead.
func (*SsoError_UserIsBlocked) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[26]
		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_b2b_v1_keyapis_identity_b2b_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 SsoError_IntervalExceeded.ProtoReflect.Descriptor instead.
func (*SsoError_IntervalExceeded) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[27]
		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_b2b_v1_keyapis_identity_b2b_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 KeyError_UserCreation.ProtoReflect.Descriptor instead.
func (*KeyError_UserCreation) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[28]
		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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[28]
	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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[29]
		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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[29]
	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_b2b_v1_keyapis_identity_b2b_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
	//	*PostAuthorizationLoginByPasswordResponse_Error_OtpCode
	Reason isPostAuthorizationLoginByPasswordResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *PostAuthorizationLoginByPasswordResponse_Error) Reset() {
	*x = PostAuthorizationLoginByPasswordResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[30]
		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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[30]
	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_b2b_v1_keyapis_identity_b2b_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
}

func (x *PostAuthorizationLoginByPasswordResponse_Error) GetOtpCode() *OtpCode_Error {
	if x, ok := x.GetReason().(*PostAuthorizationLoginByPasswordResponse_Error_OtpCode); ok {
		return x.OtpCode
	}
	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"`
}

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

func (*PostAuthorizationLoginByPasswordResponse_Error_CaptchaAnswer) isPostAuthorizationLoginByPasswordResponse_Error_Reason() {
}

func (*PostAuthorizationLoginByPasswordResponse_Error_Sso) isPostAuthorizationLoginByPasswordResponse_Error_Reason() {
}

func (*PostAuthorizationLoginByPasswordResponse_Error_Key) isPostAuthorizationLoginByPasswordResponse_Error_Reason() {
}

func (*PostAuthorizationLoginByPasswordResponse_Error_OtpCode) isPostAuthorizationLoginByPasswordResponse_Error_Reason() {
}

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

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

func (x *PostAuthorizationCheckCodeResponse_Error) Reset() {
	*x = PostAuthorizationCheckCodeResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[31]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostAuthorizationCheckCodeResponse_Error) ProtoMessage() {}

func (x *PostAuthorizationCheckCodeResponse_Error) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[31]
	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 PostAuthorizationCheckCodeResponse_Error.ProtoReflect.Descriptor instead.
func (*PostAuthorizationCheckCodeResponse_Error) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescGZIP(), []int{13, 0}
}

func (m *PostAuthorizationCheckCodeResponse_Error) GetReason() isPostAuthorizationCheckCodeResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

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

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

type isPostAuthorizationCheckCodeResponse_Error_Reason interface {
	isPostAuthorizationCheckCodeResponse_Error_Reason()
}

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

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

type PostAuthorizationCheckCodeResponse_Error_OtpCode struct {
	// Ошибка кода подтверждения
	OtpCode *OtpCode_Error `protobuf:"bytes,3,opt,name=otp_code,json=otpCode,proto3,oneof"`
}

func (*PostAuthorizationCheckCodeResponse_Error_Sso) isPostAuthorizationCheckCodeResponse_Error_Reason() {
}

func (*PostAuthorizationCheckCodeResponse_Error_Key) isPostAuthorizationCheckCodeResponse_Error_Reason() {
}

func (*PostAuthorizationCheckCodeResponse_Error_OtpCode) isPostAuthorizationCheckCodeResponse_Error_Reason() {
}

var File_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto protoreflect.FileDescriptor

var file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDesc = []byte{
	0x0a, 0x43, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69,
	0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 0x5f, 0x61,
	0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x31, 0x2e,
	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69,
	0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0xfb, 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, 0xbb, 0x01, 0x0a, 0x05, 0x45,
	0x72, 0x72, 0x6f, 0x72, 0x12, 0x3a, 0x0a, 0x07, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 0x2e, 0x76, 0x31, 0x2e,
	0x43, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x52, 0x07, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61,
	0x12, 0x5d, 0x0a, 0x0c, 0x77, 0x72, 0x6f, 0x6e, 0x67, 0x5f, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x72,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 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, 0x98, 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, 0xcf, 0x03, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x64, 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, 0x36, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x54, 0x0a, 0x0b, 0x6e, 0x6f, 0x5f, 0x61, 0x74, 0x74, 0x65, 0x6d, 0x70, 0x74, 0x73,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x64, 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, 0x36, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65,
	0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x57, 0x0a,
	0x0c, 0x69, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64,
	0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0xa8, 0x05, 0x0a, 0x08, 0x53, 0x73, 0x6f, 0x45, 0x72, 0x72, 0x6f, 0x72,
	0x12, 0x75, 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, 0x38, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64,
	0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x56, 0x0a, 0x0e, 0x75, 0x73, 0x65, 0x72, 0x5f,
	0x6e, 0x6f, 0x74, 0x5f, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69,
	0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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,
	0x61, 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, 0x32, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32,
	0x62, 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, 0x59, 0x0a, 0x0f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x73, 0x5f, 0x62, 0x6c,
	0x6f, 0x63, 0x6b, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62,
	0x32, 0x62, 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, 0x61, 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, 0x32, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x53, 0x0a, 0x10, 0x57, 0x72,
	0x6f, 0x6e, 0x67, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x3f,
	0x0a, 0x07, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x20, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69,
	0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x7b,
	0x0a, 0x08, 0x4b, 0x65, 0x79, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x55, 0x0a, 0x0d, 0x75, 0x73,
	0x65, 0x72, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e,
	0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0xba, 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, 0x4d, 0x0a, 0x0e, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x5f, 0x61, 0x6e, 0x73, 0x77,
	0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 0x2e,
	0x76, 0x31, 0x2e, 0x43, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72,
	0x52, 0x0d, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x12,
	0x23, 0x0a, 0x0c, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18,
	0x02, 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, 0x03, 0x20,
	0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x42, 0x0a, 0x0a, 0x08,
	0x6f, 0x74, 0x70, 0x5f, 0x74, 0x65, 0x78, 0x74, 0x22, 0xdf, 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, 0x58,
	0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
	0x5f, 0x62, 0x32, 0x62, 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, 0x12, 0x36, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 0x2e, 0x76, 0x31,
	0x2e, 0x4f, 0x74, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x1a, 0x9f, 0x01, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x55, 0x0a, 0x0e, 0x63, 0x61,
	0x70, 0x74, 0x63, 0x68, 0x61, 0x5f, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65,
	0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x35, 0x0a, 0x03, 0x73, 0x73, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
	0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x80, 0x03, 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, 0x55, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69,
	0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x12, 0x38, 0x0a, 0x04,
	0x64, 0x61, 0x74, 0x61, 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, 0x5f, 0x62, 0x32,
	0x62, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x48, 0x00,
	0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 0xc4, 0x01, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72,
	0x12, 0x43, 0x0a, 0x08, 0x6f, 0x74, 0x70, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65,
	0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x35, 0x0a, 0x03, 0x73, 0x73, 0x6f, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65,
	0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x73, 0x6f,
	0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x03, 0x73, 0x73, 0x6f, 0x12, 0x35, 0x0a, 0x03,
	0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62,
	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, 0xfb, 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, 0x1f, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f,
	0x72, 0x64, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x5f, 0x61, 0x6e,
	0x73, 0x77, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32,
	0x62, 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, 0x12, 0x23, 0x0a, 0x0c, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f,
	0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 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, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x05, 0x65, 0x6d,
	0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x05, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x18, 0x05, 0x20, 0x01,
	0x28, 0x09, 0x48, 0x00, 0x52, 0x05, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74,
	0x79, 0x70, 0x65, 0x22, 0xa9, 0x04, 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, 0x5f, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x47, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69,
	0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x12, 0x38, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 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, 0x5f, 0x62, 0x32, 0x62, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x54, 0x6f,
	0x6b, 0x65, 0x6e, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x3c, 0x0a, 0x07, 0x64,
	0x61, 0x74, 0x61, 0x32, 0x66, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f,
	0x62, 0x32, 0x62, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x32, 0x66, 0x61, 0x48, 0x00,
	0x52, 0x07, 0x64, 0x61, 0x74, 0x61, 0x32, 0x66, 0x61, 0x1a, 0x9b, 0x02, 0x0a, 0x05, 0x45, 0x72,
	0x72, 0x6f, 0x72, 0x12, 0x55, 0x0a, 0x0e, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x5f, 0x61,
	0x6e, 0x73, 0x77, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62,
	0x32, 0x62, 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, 0x35, 0x0a, 0x03, 0x73, 0x73,
	0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 0x2e, 0x76,
	0x31, 0x2e, 0x53, 0x73, 0x6f, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x03, 0x73, 0x73,
	0x6f, 0x12, 0x35, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
	0x79, 0x5f, 0x62, 0x32, 0x62, 0x2e, 0x76, 0x31, 0x2e, 0x4b, 0x65, 0x79, 0x45, 0x72, 0x72, 0x6f,
	0x72, 0x48, 0x00, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x43, 0x0a, 0x08, 0x6f, 0x74, 0x70, 0x5f,
	0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32,
	0x62, 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, 0x42, 0x08, 0x0a,
	0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22,
	0xa0, 0x01, 0x0a, 0x21, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x22, 0x0a, 0x0a, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e,
	0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09,
	0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x09, 0x61, 0x63, 0x74,
	0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x08, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x07, 0x63,
	0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 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, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x63, 0x6f,
	0x64, 0x65, 0x22, 0x88, 0x03, 0x0a, 0x22, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f,
	0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x43, 0x6f, 0x64,
	0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x59, 0x0a, 0x05, 0x65, 0x72, 0x72,
	0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 0x2e,
	0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x65, 0x63, 0x6b, 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, 0x12, 0x38, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 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, 0x5f, 0x62, 0x32, 0x62, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x73, 0x65,
	0x72, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 0xc4,
	0x01, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x35, 0x0a, 0x03, 0x73, 0x73, 0x6f, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 0x2e, 0x76, 0x31, 0x2e,
	0x53, 0x73, 0x6f, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x03, 0x73, 0x73, 0x6f, 0x12,
	0x35, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f,
	0x62, 0x32, 0x62, 0x2e, 0x76, 0x31, 0x2e, 0x4b, 0x65, 0x79, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48,
	0x00, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x43, 0x0a, 0x08, 0x6f, 0x74, 0x70, 0x5f, 0x63, 0x6f,
	0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x42, 0x08, 0x0a, 0x06, 0x72,
	0x65, 0x61, 0x73, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x8c, 0x01,
	0x0a, 0x07, 0x44, 0x61, 0x74, 0x61, 0x32, 0x66, 0x61, 0x12, 0x22, 0x0a, 0x0a, 0x73, 0x65, 0x73,
	0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0,
	0x41, 0x02, 0x52, 0x09, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x20, 0x0a,
	0x09, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12,
	0x1c, 0x0a, 0x07, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 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, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x07, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x32, 0xe5, 0x06, 0x0a,
	0x17, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x32,
	0x62, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xbe, 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, 0x36, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64,
	0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x37, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62,
	0x32, 0x62, 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, 0x33, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x3a, 0x01, 0x2a, 0x22,
	0x28, 0x2f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0xcb, 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, 0x39, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x3a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65,
	0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x37,
	0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x3a, 0x01, 0x2a, 0x22, 0x2c, 0x2f, 0x69, 0x64, 0x65, 0x6e,
	0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0xe8, 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, 0x40, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f,
	0x62, 0x32, 0x62, 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, 0x41,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
	0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x3f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, 0x3a, 0x01, 0x2a, 0x22, 0x34, 0x2f, 0x69,
	0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 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, 0x12, 0xcf, 0x01, 0x0a, 0x1a, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f,
	0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x43, 0x6f, 0x64,
	0x65, 0x12, 0x3a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e,
	0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74,
	0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x65,
	0x63, 0x6b, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
	0x5f, 0x62, 0x32, 0x62, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68,
	0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x43, 0x6f,
	0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x38, 0x82, 0xd3, 0xe4, 0x93,
	0x02, 0x32, 0x3a, 0x01, 0x2a, 0x22, 0x2d, 0x2f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
	0x5f, 0x62, 0x32, 0x62, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x75, 0x74, 0x68,
	0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x5f,
	0x63, 0x6f, 0x64, 0x65, 0x42, 0xbf, 0x01, 0x0a, 0x1a, 0x72, 0x75, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62,
	0x2e, 0x76, 0x31, 0x42, 0x19, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x49, 0x64, 0x65, 0x6e,
	0x74, 0x69, 0x74, 0x79, 0x42, 0x32, 0x62, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03,
	0x50, 0x00, 0x5a, 0x18, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x69, 0x64, 0x65,
	0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x62, 0x32, 0x62, 0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8,
	0x01, 0x01, 0xa2, 0x02, 0x14, 0x4b, 0x45, 0x59, 0x41, 0x50, 0x49, 0x53, 0x49, 0x44, 0x45, 0x4e,
	0x54, 0x49, 0x54, 0x59, 0x42, 0x32, 0x42, 0x56, 0x31, 0xaa, 0x02, 0x16, 0x4b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x42, 0x32, 0x62, 0x2e,
	0x56, 0x31, 0xca, 0x02, 0x16, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x49, 0x64, 0x65,
	0x6e, 0x74, 0x69, 0x74, 0x79, 0x42, 0x32, 0x62, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x18, 0x4b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x42,
	0x32, 0x62, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescOnce sync.Once
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescData = file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDesc
)

func file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescGZIP() []byte {
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescData)
	})
	return file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDescData
}

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

func init() { file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_init() }
func file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_init() {
	if File_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostAuthorizationCheckCodeRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostAuthorizationCheckCodeResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Data2Fa); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[15].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[16].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[17].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[18].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[19].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[20].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[21].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[22].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[23].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[24].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[25].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[26].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[27].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[28].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[29].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[30].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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostAuthorizationCheckCodeResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_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_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[5].OneofWrappers = []interface{}{
		(*KeyError_UserCreation_)(nil),
	}
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*PostAuthorizationSendCodeRequest_PhoneNumber)(nil),
		(*PostAuthorizationSendCodeRequest_Email)(nil),
	}
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[7].OneofWrappers = []interface{}{
		(*PostAuthorizationSendCodeResponse_Error_)(nil),
		(*PostAuthorizationSendCodeResponse_Data)(nil),
	}
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[9].OneofWrappers = []interface{}{
		(*PostAuthorizationLoginResponse_Error_)(nil),
		(*PostAuthorizationLoginResponse_Data)(nil),
	}
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[10].OneofWrappers = []interface{}{
		(*PostAuthorizationLoginByPasswordRequest_PhoneNumber)(nil),
		(*PostAuthorizationLoginByPasswordRequest_Email)(nil),
		(*PostAuthorizationLoginByPasswordRequest_Login)(nil),
	}
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[11].OneofWrappers = []interface{}{
		(*PostAuthorizationLoginByPasswordResponse_Error_)(nil),
		(*PostAuthorizationLoginByPasswordResponse_Data)(nil),
		(*PostAuthorizationLoginByPasswordResponse_Data2Fa)(nil),
	}
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[13].OneofWrappers = []interface{}{
		(*PostAuthorizationCheckCodeResponse_Error_)(nil),
		(*PostAuthorizationCheckCodeResponse_Data)(nil),
	}
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[15].OneofWrappers = []interface{}{
		(*CaptchaAnswer_Error_WrongAnswer_)(nil),
	}
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[17].OneofWrappers = []interface{}{
		(*OtpCode_Error_LifeTimeExpired_)(nil),
		(*OtpCode_Error_NoAttempts_)(nil),
		(*OtpCode_Error_AddressNotFound_)(nil),
		(*OtpCode_Error_InvalidCode_)(nil),
	}
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[28].OneofWrappers = []interface{}{
		(*PostAuthorizationSendCodeResponse_Error_CaptchaAnswer)(nil),
		(*PostAuthorizationSendCodeResponse_Error_Sso)(nil),
	}
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[29].OneofWrappers = []interface{}{
		(*PostAuthorizationLoginResponse_Error_OtpCode)(nil),
		(*PostAuthorizationLoginResponse_Error_Sso)(nil),
		(*PostAuthorizationLoginResponse_Error_Key)(nil),
	}
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[30].OneofWrappers = []interface{}{
		(*PostAuthorizationLoginByPasswordResponse_Error_CaptchaAnswer)(nil),
		(*PostAuthorizationLoginByPasswordResponse_Error_Sso)(nil),
		(*PostAuthorizationLoginByPasswordResponse_Error_Key)(nil),
		(*PostAuthorizationLoginByPasswordResponse_Error_OtpCode)(nil),
	}
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes[31].OneofWrappers = []interface{}{
		(*PostAuthorizationCheckCodeResponse_Error_Sso)(nil),
		(*PostAuthorizationCheckCodeResponse_Error_Key)(nil),
		(*PostAuthorizationCheckCodeResponse_Error_OtpCode)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   32,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_depIdxs,
		MessageInfos:      file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_msgTypes,
	}.Build()
	File_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto = out.File
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_rawDesc = nil
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_goTypes = nil
	file_keyapis_identity_b2b_v1_keyapis_identity_b2b_authorization_v1_proto_depIdxs = nil
}
