#pragma warning disable 0414, 1591, 8981, 0612
#region Designer generated code
using grpc = global::Grpc.Core;
namespace udb.core.Authn.Services.V1 {
public static partial class AuthnService
{
static readonly string __ServiceName = "udb.core.authn.services.v1.AuthnService";
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context)
{
#if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
if (message is global::Google.Protobuf.IBufferMessage)
{
context.SetPayloadLength(message.CalculateSize());
global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter());
context.Complete();
return;
}
#endif
context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static class __Helper_MessageCache<T>
{
public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static T __Helper_DeserializeMessage<T>(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser<T> parser) where T : global::Google.Protobuf.IMessage<T>
{
#if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
if (__Helper_MessageCache<T>.IsBufferMessage)
{
return parser.ParseFrom(context.PayloadAsReadOnlySequence());
}
#endif
return parser.ParseFrom(context.PayloadAsNewBuffer());
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.CreateUserRequest> __Marshaller_udb_core_authn_services_v1_CreateUserRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.CreateUserRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.CreateUserResponse> __Marshaller_udb_core_authn_services_v1_CreateUserResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.CreateUserResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.GetUserRequest> __Marshaller_udb_core_authn_services_v1_GetUserRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.GetUserRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.GetUserResponse> __Marshaller_udb_core_authn_services_v1_GetUserResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.GetUserResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ListUsersRequest> __Marshaller_udb_core_authn_services_v1_ListUsersRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ListUsersRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ListUsersResponse> __Marshaller_udb_core_authn_services_v1_ListUsersResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ListUsersResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.UpdateUserRequest> __Marshaller_udb_core_authn_services_v1_UpdateUserRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.UpdateUserRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.UpdateUserResponse> __Marshaller_udb_core_authn_services_v1_UpdateUserResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.UpdateUserResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ChangeUserStatusRequest> __Marshaller_udb_core_authn_services_v1_ChangeUserStatusRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ChangeUserStatusRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ChangeUserStatusResponse> __Marshaller_udb_core_authn_services_v1_ChangeUserStatusResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ChangeUserStatusResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.AdminResetPasswordRequest> __Marshaller_udb_core_authn_services_v1_AdminResetPasswordRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.AdminResetPasswordRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.AdminResetPasswordResponse> __Marshaller_udb_core_authn_services_v1_AdminResetPasswordResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.AdminResetPasswordResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.SendOTPRequest> __Marshaller_udb_core_authn_services_v1_SendOTPRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.SendOTPRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.SendOTPResponse> __Marshaller_udb_core_authn_services_v1_SendOTPResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.SendOTPResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.VerifyOTPRequest> __Marshaller_udb_core_authn_services_v1_VerifyOTPRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.VerifyOTPRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.VerifyOTPResponse> __Marshaller_udb_core_authn_services_v1_VerifyOTPResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.VerifyOTPResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ResendOTPRequest> __Marshaller_udb_core_authn_services_v1_ResendOTPRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ResendOTPRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ResendOTPResponse> __Marshaller_udb_core_authn_services_v1_ResendOTPResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ResendOTPResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.AuthnRequest> __Marshaller_udb_core_authn_services_v1_AuthnRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.AuthnRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.AuthnResponse> __Marshaller_udb_core_authn_services_v1_AuthnResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.AuthnResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.LoginRequest> __Marshaller_udb_core_authn_services_v1_LoginRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.LoginRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.LoginResponse> __Marshaller_udb_core_authn_services_v1_LoginResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.LoginResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.RefreshTokenRequest> __Marshaller_udb_core_authn_services_v1_RefreshTokenRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.RefreshTokenRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.RefreshTokenResponse> __Marshaller_udb_core_authn_services_v1_RefreshTokenResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.RefreshTokenResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.LogoutRequest> __Marshaller_udb_core_authn_services_v1_LogoutRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.LogoutRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.LogoutResponse> __Marshaller_udb_core_authn_services_v1_LogoutResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.LogoutResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ChangePasswordRequest> __Marshaller_udb_core_authn_services_v1_ChangePasswordRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ChangePasswordRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ChangePasswordResponse> __Marshaller_udb_core_authn_services_v1_ChangePasswordResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ChangePasswordResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ValidateTokenRequest> __Marshaller_udb_core_authn_services_v1_ValidateTokenRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ValidateTokenRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ValidateTokenResponse> __Marshaller_udb_core_authn_services_v1_ValidateTokenResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ValidateTokenResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.CreateSessionRequest> __Marshaller_udb_core_authn_services_v1_CreateSessionRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.CreateSessionRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.CreateSessionResponse> __Marshaller_udb_core_authn_services_v1_CreateSessionResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.CreateSessionResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.RefreshSessionRequest> __Marshaller_udb_core_authn_services_v1_RefreshSessionRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.RefreshSessionRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.RefreshSessionResponse> __Marshaller_udb_core_authn_services_v1_RefreshSessionResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.RefreshSessionResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.GetSessionRequest> __Marshaller_udb_core_authn_services_v1_GetSessionRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.GetSessionRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.GetSessionResponse> __Marshaller_udb_core_authn_services_v1_GetSessionResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.GetSessionResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ListSessionsRequest> __Marshaller_udb_core_authn_services_v1_ListSessionsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ListSessionsRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ListSessionsResponse> __Marshaller_udb_core_authn_services_v1_ListSessionsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ListSessionsResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.RevokeSessionRequest> __Marshaller_udb_core_authn_services_v1_RevokeSessionRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.RevokeSessionRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.RevokeSessionResponse> __Marshaller_udb_core_authn_services_v1_RevokeSessionResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.RevokeSessionResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ValidateCSRFRequest> __Marshaller_udb_core_authn_services_v1_ValidateCSRFRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ValidateCSRFRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ValidateCSRFResponse> __Marshaller_udb_core_authn_services_v1_ValidateCSRFResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ValidateCSRFResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.EnrollMFARequest> __Marshaller_udb_core_authn_services_v1_EnrollMFARequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.EnrollMFARequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.EnrollMFAResponse> __Marshaller_udb_core_authn_services_v1_EnrollMFAResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.EnrollMFAResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentRequest> __Marshaller_udb_core_authn_services_v1_ConfirmMFAEnrollmentRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentResponse> __Marshaller_udb_core_authn_services_v1_ConfirmMFAEnrollmentResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.CreateUserRequest, global::udb.core.Authn.Services.V1.CreateUserResponse> __Method_CreateUser = new grpc::Method<global::udb.core.Authn.Services.V1.CreateUserRequest, global::udb.core.Authn.Services.V1.CreateUserResponse>(
grpc::MethodType.Unary,
__ServiceName,
"CreateUser",
__Marshaller_udb_core_authn_services_v1_CreateUserRequest,
__Marshaller_udb_core_authn_services_v1_CreateUserResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.GetUserRequest, global::udb.core.Authn.Services.V1.GetUserResponse> __Method_GetUser = new grpc::Method<global::udb.core.Authn.Services.V1.GetUserRequest, global::udb.core.Authn.Services.V1.GetUserResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetUser",
__Marshaller_udb_core_authn_services_v1_GetUserRequest,
__Marshaller_udb_core_authn_services_v1_GetUserResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.ListUsersRequest, global::udb.core.Authn.Services.V1.ListUsersResponse> __Method_ListUsers = new grpc::Method<global::udb.core.Authn.Services.V1.ListUsersRequest, global::udb.core.Authn.Services.V1.ListUsersResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ListUsers",
__Marshaller_udb_core_authn_services_v1_ListUsersRequest,
__Marshaller_udb_core_authn_services_v1_ListUsersResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.UpdateUserRequest, global::udb.core.Authn.Services.V1.UpdateUserResponse> __Method_UpdateUser = new grpc::Method<global::udb.core.Authn.Services.V1.UpdateUserRequest, global::udb.core.Authn.Services.V1.UpdateUserResponse>(
grpc::MethodType.Unary,
__ServiceName,
"UpdateUser",
__Marshaller_udb_core_authn_services_v1_UpdateUserRequest,
__Marshaller_udb_core_authn_services_v1_UpdateUserResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.ChangeUserStatusRequest, global::udb.core.Authn.Services.V1.ChangeUserStatusResponse> __Method_ChangeUserStatus = new grpc::Method<global::udb.core.Authn.Services.V1.ChangeUserStatusRequest, global::udb.core.Authn.Services.V1.ChangeUserStatusResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ChangeUserStatus",
__Marshaller_udb_core_authn_services_v1_ChangeUserStatusRequest,
__Marshaller_udb_core_authn_services_v1_ChangeUserStatusResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.AdminResetPasswordRequest, global::udb.core.Authn.Services.V1.AdminResetPasswordResponse> __Method_AdminResetPassword = new grpc::Method<global::udb.core.Authn.Services.V1.AdminResetPasswordRequest, global::udb.core.Authn.Services.V1.AdminResetPasswordResponse>(
grpc::MethodType.Unary,
__ServiceName,
"AdminResetPassword",
__Marshaller_udb_core_authn_services_v1_AdminResetPasswordRequest,
__Marshaller_udb_core_authn_services_v1_AdminResetPasswordResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.SendOTPRequest, global::udb.core.Authn.Services.V1.SendOTPResponse> __Method_SendOTP = new grpc::Method<global::udb.core.Authn.Services.V1.SendOTPRequest, global::udb.core.Authn.Services.V1.SendOTPResponse>(
grpc::MethodType.Unary,
__ServiceName,
"SendOTP",
__Marshaller_udb_core_authn_services_v1_SendOTPRequest,
__Marshaller_udb_core_authn_services_v1_SendOTPResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.VerifyOTPRequest, global::udb.core.Authn.Services.V1.VerifyOTPResponse> __Method_VerifyOTP = new grpc::Method<global::udb.core.Authn.Services.V1.VerifyOTPRequest, global::udb.core.Authn.Services.V1.VerifyOTPResponse>(
grpc::MethodType.Unary,
__ServiceName,
"VerifyOTP",
__Marshaller_udb_core_authn_services_v1_VerifyOTPRequest,
__Marshaller_udb_core_authn_services_v1_VerifyOTPResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.ResendOTPRequest, global::udb.core.Authn.Services.V1.ResendOTPResponse> __Method_ResendOTP = new grpc::Method<global::udb.core.Authn.Services.V1.ResendOTPRequest, global::udb.core.Authn.Services.V1.ResendOTPResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ResendOTP",
__Marshaller_udb_core_authn_services_v1_ResendOTPRequest,
__Marshaller_udb_core_authn_services_v1_ResendOTPResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.AuthnRequest, global::udb.core.Authn.Services.V1.AuthnResponse> __Method_Authenticate = new grpc::Method<global::udb.core.Authn.Services.V1.AuthnRequest, global::udb.core.Authn.Services.V1.AuthnResponse>(
grpc::MethodType.Unary,
__ServiceName,
"Authenticate",
__Marshaller_udb_core_authn_services_v1_AuthnRequest,
__Marshaller_udb_core_authn_services_v1_AuthnResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.LoginRequest, global::udb.core.Authn.Services.V1.LoginResponse> __Method_Login = new grpc::Method<global::udb.core.Authn.Services.V1.LoginRequest, global::udb.core.Authn.Services.V1.LoginResponse>(
grpc::MethodType.Unary,
__ServiceName,
"Login",
__Marshaller_udb_core_authn_services_v1_LoginRequest,
__Marshaller_udb_core_authn_services_v1_LoginResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.RefreshTokenRequest, global::udb.core.Authn.Services.V1.RefreshTokenResponse> __Method_RefreshToken = new grpc::Method<global::udb.core.Authn.Services.V1.RefreshTokenRequest, global::udb.core.Authn.Services.V1.RefreshTokenResponse>(
grpc::MethodType.Unary,
__ServiceName,
"RefreshToken",
__Marshaller_udb_core_authn_services_v1_RefreshTokenRequest,
__Marshaller_udb_core_authn_services_v1_RefreshTokenResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.LogoutRequest, global::udb.core.Authn.Services.V1.LogoutResponse> __Method_Logout = new grpc::Method<global::udb.core.Authn.Services.V1.LogoutRequest, global::udb.core.Authn.Services.V1.LogoutResponse>(
grpc::MethodType.Unary,
__ServiceName,
"Logout",
__Marshaller_udb_core_authn_services_v1_LogoutRequest,
__Marshaller_udb_core_authn_services_v1_LogoutResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.ChangePasswordRequest, global::udb.core.Authn.Services.V1.ChangePasswordResponse> __Method_ChangePassword = new grpc::Method<global::udb.core.Authn.Services.V1.ChangePasswordRequest, global::udb.core.Authn.Services.V1.ChangePasswordResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ChangePassword",
__Marshaller_udb_core_authn_services_v1_ChangePasswordRequest,
__Marshaller_udb_core_authn_services_v1_ChangePasswordResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.ValidateTokenRequest, global::udb.core.Authn.Services.V1.ValidateTokenResponse> __Method_ValidateToken = new grpc::Method<global::udb.core.Authn.Services.V1.ValidateTokenRequest, global::udb.core.Authn.Services.V1.ValidateTokenResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ValidateToken",
__Marshaller_udb_core_authn_services_v1_ValidateTokenRequest,
__Marshaller_udb_core_authn_services_v1_ValidateTokenResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.CreateSessionRequest, global::udb.core.Authn.Services.V1.CreateSessionResponse> __Method_CreateSession = new grpc::Method<global::udb.core.Authn.Services.V1.CreateSessionRequest, global::udb.core.Authn.Services.V1.CreateSessionResponse>(
grpc::MethodType.Unary,
__ServiceName,
"CreateSession",
__Marshaller_udb_core_authn_services_v1_CreateSessionRequest,
__Marshaller_udb_core_authn_services_v1_CreateSessionResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.RefreshSessionRequest, global::udb.core.Authn.Services.V1.RefreshSessionResponse> __Method_RefreshSession = new grpc::Method<global::udb.core.Authn.Services.V1.RefreshSessionRequest, global::udb.core.Authn.Services.V1.RefreshSessionResponse>(
grpc::MethodType.Unary,
__ServiceName,
"RefreshSession",
__Marshaller_udb_core_authn_services_v1_RefreshSessionRequest,
__Marshaller_udb_core_authn_services_v1_RefreshSessionResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.GetSessionRequest, global::udb.core.Authn.Services.V1.GetSessionResponse> __Method_GetSession = new grpc::Method<global::udb.core.Authn.Services.V1.GetSessionRequest, global::udb.core.Authn.Services.V1.GetSessionResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetSession",
__Marshaller_udb_core_authn_services_v1_GetSessionRequest,
__Marshaller_udb_core_authn_services_v1_GetSessionResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.ListSessionsRequest, global::udb.core.Authn.Services.V1.ListSessionsResponse> __Method_ListSessions = new grpc::Method<global::udb.core.Authn.Services.V1.ListSessionsRequest, global::udb.core.Authn.Services.V1.ListSessionsResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ListSessions",
__Marshaller_udb_core_authn_services_v1_ListSessionsRequest,
__Marshaller_udb_core_authn_services_v1_ListSessionsResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.RevokeSessionRequest, global::udb.core.Authn.Services.V1.RevokeSessionResponse> __Method_RevokeSession = new grpc::Method<global::udb.core.Authn.Services.V1.RevokeSessionRequest, global::udb.core.Authn.Services.V1.RevokeSessionResponse>(
grpc::MethodType.Unary,
__ServiceName,
"RevokeSession",
__Marshaller_udb_core_authn_services_v1_RevokeSessionRequest,
__Marshaller_udb_core_authn_services_v1_RevokeSessionResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.ValidateCSRFRequest, global::udb.core.Authn.Services.V1.ValidateCSRFResponse> __Method_ValidateCSRF = new grpc::Method<global::udb.core.Authn.Services.V1.ValidateCSRFRequest, global::udb.core.Authn.Services.V1.ValidateCSRFResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ValidateCSRF",
__Marshaller_udb_core_authn_services_v1_ValidateCSRFRequest,
__Marshaller_udb_core_authn_services_v1_ValidateCSRFResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.EnrollMFARequest, global::udb.core.Authn.Services.V1.EnrollMFAResponse> __Method_EnrollMFA = new grpc::Method<global::udb.core.Authn.Services.V1.EnrollMFARequest, global::udb.core.Authn.Services.V1.EnrollMFAResponse>(
grpc::MethodType.Unary,
__ServiceName,
"EnrollMFA",
__Marshaller_udb_core_authn_services_v1_EnrollMFARequest,
__Marshaller_udb_core_authn_services_v1_EnrollMFAResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentRequest, global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentResponse> __Method_ConfirmMFAEnrollment = new grpc::Method<global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentRequest, global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ConfirmMFAEnrollment",
__Marshaller_udb_core_authn_services_v1_ConfirmMFAEnrollmentRequest,
__Marshaller_udb_core_authn_services_v1_ConfirmMFAEnrollmentResponse);
public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
{
get { return global::udb.core.Authn.Services.V1.AuthnServiceReflection.Descriptor.Services[0]; }
}
[grpc::BindServiceMethod(typeof(AuthnService), "BindService")]
public abstract partial class AuthnServiceBase
{
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.CreateUserResponse> CreateUser(global::udb.core.Authn.Services.V1.CreateUserRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.GetUserResponse> GetUser(global::udb.core.Authn.Services.V1.GetUserRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.ListUsersResponse> ListUsers(global::udb.core.Authn.Services.V1.ListUsersRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.UpdateUserResponse> UpdateUser(global::udb.core.Authn.Services.V1.UpdateUserRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.ChangeUserStatusResponse> ChangeUserStatus(global::udb.core.Authn.Services.V1.ChangeUserStatusRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.AdminResetPasswordResponse> AdminResetPassword(global::udb.core.Authn.Services.V1.AdminResetPasswordRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.SendOTPResponse> SendOTP(global::udb.core.Authn.Services.V1.SendOTPRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.VerifyOTPResponse> VerifyOTP(global::udb.core.Authn.Services.V1.VerifyOTPRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.ResendOTPResponse> ResendOTP(global::udb.core.Authn.Services.V1.ResendOTPRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.AuthnResponse> Authenticate(global::udb.core.Authn.Services.V1.AuthnRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.LoginResponse> Login(global::udb.core.Authn.Services.V1.LoginRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.RefreshTokenResponse> RefreshToken(global::udb.core.Authn.Services.V1.RefreshTokenRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.LogoutResponse> Logout(global::udb.core.Authn.Services.V1.LogoutRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.ChangePasswordResponse> ChangePassword(global::udb.core.Authn.Services.V1.ChangePasswordRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.ValidateTokenResponse> ValidateToken(global::udb.core.Authn.Services.V1.ValidateTokenRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.CreateSessionResponse> CreateSession(global::udb.core.Authn.Services.V1.CreateSessionRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.RefreshSessionResponse> RefreshSession(global::udb.core.Authn.Services.V1.RefreshSessionRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.GetSessionResponse> GetSession(global::udb.core.Authn.Services.V1.GetSessionRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.ListSessionsResponse> ListSessions(global::udb.core.Authn.Services.V1.ListSessionsRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.RevokeSessionResponse> RevokeSession(global::udb.core.Authn.Services.V1.RevokeSessionRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.ValidateCSRFResponse> ValidateCSRF(global::udb.core.Authn.Services.V1.ValidateCSRFRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.EnrollMFAResponse> EnrollMFA(global::udb.core.Authn.Services.V1.EnrollMFARequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentResponse> ConfirmMFAEnrollment(global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
}
public partial class AuthnServiceClient : grpc::ClientBase<AuthnServiceClient>
{
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public AuthnServiceClient(grpc::ChannelBase channel) : base(channel)
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public AuthnServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker)
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected AuthnServiceClient() : base()
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected AuthnServiceClient(ClientBaseConfiguration configuration) : base(configuration)
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.CreateUserResponse CreateUser(global::udb.core.Authn.Services.V1.CreateUserRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return CreateUser(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.CreateUserResponse CreateUser(global::udb.core.Authn.Services.V1.CreateUserRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_CreateUser, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.CreateUserResponse> CreateUserAsync(global::udb.core.Authn.Services.V1.CreateUserRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return CreateUserAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.CreateUserResponse> CreateUserAsync(global::udb.core.Authn.Services.V1.CreateUserRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_CreateUser, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.GetUserResponse GetUser(global::udb.core.Authn.Services.V1.GetUserRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetUser(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.GetUserResponse GetUser(global::udb.core.Authn.Services.V1.GetUserRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetUser, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.GetUserResponse> GetUserAsync(global::udb.core.Authn.Services.V1.GetUserRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetUserAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.GetUserResponse> GetUserAsync(global::udb.core.Authn.Services.V1.GetUserRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetUser, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ListUsersResponse ListUsers(global::udb.core.Authn.Services.V1.ListUsersRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListUsers(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ListUsersResponse ListUsers(global::udb.core.Authn.Services.V1.ListUsersRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ListUsers, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ListUsersResponse> ListUsersAsync(global::udb.core.Authn.Services.V1.ListUsersRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListUsersAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ListUsersResponse> ListUsersAsync(global::udb.core.Authn.Services.V1.ListUsersRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ListUsers, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.UpdateUserResponse UpdateUser(global::udb.core.Authn.Services.V1.UpdateUserRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return UpdateUser(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.UpdateUserResponse UpdateUser(global::udb.core.Authn.Services.V1.UpdateUserRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_UpdateUser, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.UpdateUserResponse> UpdateUserAsync(global::udb.core.Authn.Services.V1.UpdateUserRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return UpdateUserAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.UpdateUserResponse> UpdateUserAsync(global::udb.core.Authn.Services.V1.UpdateUserRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_UpdateUser, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ChangeUserStatusResponse ChangeUserStatus(global::udb.core.Authn.Services.V1.ChangeUserStatusRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ChangeUserStatus(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ChangeUserStatusResponse ChangeUserStatus(global::udb.core.Authn.Services.V1.ChangeUserStatusRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ChangeUserStatus, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ChangeUserStatusResponse> ChangeUserStatusAsync(global::udb.core.Authn.Services.V1.ChangeUserStatusRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ChangeUserStatusAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ChangeUserStatusResponse> ChangeUserStatusAsync(global::udb.core.Authn.Services.V1.ChangeUserStatusRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ChangeUserStatus, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.AdminResetPasswordResponse AdminResetPassword(global::udb.core.Authn.Services.V1.AdminResetPasswordRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return AdminResetPassword(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.AdminResetPasswordResponse AdminResetPassword(global::udb.core.Authn.Services.V1.AdminResetPasswordRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_AdminResetPassword, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.AdminResetPasswordResponse> AdminResetPasswordAsync(global::udb.core.Authn.Services.V1.AdminResetPasswordRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return AdminResetPasswordAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.AdminResetPasswordResponse> AdminResetPasswordAsync(global::udb.core.Authn.Services.V1.AdminResetPasswordRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_AdminResetPassword, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.SendOTPResponse SendOTP(global::udb.core.Authn.Services.V1.SendOTPRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return SendOTP(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.SendOTPResponse SendOTP(global::udb.core.Authn.Services.V1.SendOTPRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_SendOTP, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.SendOTPResponse> SendOTPAsync(global::udb.core.Authn.Services.V1.SendOTPRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return SendOTPAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.SendOTPResponse> SendOTPAsync(global::udb.core.Authn.Services.V1.SendOTPRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_SendOTP, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.VerifyOTPResponse VerifyOTP(global::udb.core.Authn.Services.V1.VerifyOTPRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return VerifyOTP(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.VerifyOTPResponse VerifyOTP(global::udb.core.Authn.Services.V1.VerifyOTPRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_VerifyOTP, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.VerifyOTPResponse> VerifyOTPAsync(global::udb.core.Authn.Services.V1.VerifyOTPRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return VerifyOTPAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.VerifyOTPResponse> VerifyOTPAsync(global::udb.core.Authn.Services.V1.VerifyOTPRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_VerifyOTP, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ResendOTPResponse ResendOTP(global::udb.core.Authn.Services.V1.ResendOTPRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ResendOTP(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ResendOTPResponse ResendOTP(global::udb.core.Authn.Services.V1.ResendOTPRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ResendOTP, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ResendOTPResponse> ResendOTPAsync(global::udb.core.Authn.Services.V1.ResendOTPRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ResendOTPAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ResendOTPResponse> ResendOTPAsync(global::udb.core.Authn.Services.V1.ResendOTPRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ResendOTP, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.AuthnResponse Authenticate(global::udb.core.Authn.Services.V1.AuthnRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return Authenticate(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.AuthnResponse Authenticate(global::udb.core.Authn.Services.V1.AuthnRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_Authenticate, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.AuthnResponse> AuthenticateAsync(global::udb.core.Authn.Services.V1.AuthnRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return AuthenticateAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.AuthnResponse> AuthenticateAsync(global::udb.core.Authn.Services.V1.AuthnRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_Authenticate, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.LoginResponse Login(global::udb.core.Authn.Services.V1.LoginRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return Login(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.LoginResponse Login(global::udb.core.Authn.Services.V1.LoginRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_Login, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.LoginResponse> LoginAsync(global::udb.core.Authn.Services.V1.LoginRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return LoginAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.LoginResponse> LoginAsync(global::udb.core.Authn.Services.V1.LoginRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_Login, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.RefreshTokenResponse RefreshToken(global::udb.core.Authn.Services.V1.RefreshTokenRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return RefreshToken(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.RefreshTokenResponse RefreshToken(global::udb.core.Authn.Services.V1.RefreshTokenRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_RefreshToken, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.RefreshTokenResponse> RefreshTokenAsync(global::udb.core.Authn.Services.V1.RefreshTokenRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return RefreshTokenAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.RefreshTokenResponse> RefreshTokenAsync(global::udb.core.Authn.Services.V1.RefreshTokenRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_RefreshToken, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.LogoutResponse Logout(global::udb.core.Authn.Services.V1.LogoutRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return Logout(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.LogoutResponse Logout(global::udb.core.Authn.Services.V1.LogoutRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_Logout, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.LogoutResponse> LogoutAsync(global::udb.core.Authn.Services.V1.LogoutRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return LogoutAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.LogoutResponse> LogoutAsync(global::udb.core.Authn.Services.V1.LogoutRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_Logout, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ChangePasswordResponse ChangePassword(global::udb.core.Authn.Services.V1.ChangePasswordRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ChangePassword(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ChangePasswordResponse ChangePassword(global::udb.core.Authn.Services.V1.ChangePasswordRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ChangePassword, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ChangePasswordResponse> ChangePasswordAsync(global::udb.core.Authn.Services.V1.ChangePasswordRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ChangePasswordAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ChangePasswordResponse> ChangePasswordAsync(global::udb.core.Authn.Services.V1.ChangePasswordRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ChangePassword, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ValidateTokenResponse ValidateToken(global::udb.core.Authn.Services.V1.ValidateTokenRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ValidateToken(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ValidateTokenResponse ValidateToken(global::udb.core.Authn.Services.V1.ValidateTokenRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ValidateToken, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ValidateTokenResponse> ValidateTokenAsync(global::udb.core.Authn.Services.V1.ValidateTokenRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ValidateTokenAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ValidateTokenResponse> ValidateTokenAsync(global::udb.core.Authn.Services.V1.ValidateTokenRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ValidateToken, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.CreateSessionResponse CreateSession(global::udb.core.Authn.Services.V1.CreateSessionRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return CreateSession(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.CreateSessionResponse CreateSession(global::udb.core.Authn.Services.V1.CreateSessionRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_CreateSession, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.CreateSessionResponse> CreateSessionAsync(global::udb.core.Authn.Services.V1.CreateSessionRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return CreateSessionAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.CreateSessionResponse> CreateSessionAsync(global::udb.core.Authn.Services.V1.CreateSessionRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_CreateSession, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.RefreshSessionResponse RefreshSession(global::udb.core.Authn.Services.V1.RefreshSessionRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return RefreshSession(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.RefreshSessionResponse RefreshSession(global::udb.core.Authn.Services.V1.RefreshSessionRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_RefreshSession, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.RefreshSessionResponse> RefreshSessionAsync(global::udb.core.Authn.Services.V1.RefreshSessionRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return RefreshSessionAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.RefreshSessionResponse> RefreshSessionAsync(global::udb.core.Authn.Services.V1.RefreshSessionRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_RefreshSession, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.GetSessionResponse GetSession(global::udb.core.Authn.Services.V1.GetSessionRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetSession(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.GetSessionResponse GetSession(global::udb.core.Authn.Services.V1.GetSessionRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetSession, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.GetSessionResponse> GetSessionAsync(global::udb.core.Authn.Services.V1.GetSessionRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetSessionAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.GetSessionResponse> GetSessionAsync(global::udb.core.Authn.Services.V1.GetSessionRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetSession, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ListSessionsResponse ListSessions(global::udb.core.Authn.Services.V1.ListSessionsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListSessions(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ListSessionsResponse ListSessions(global::udb.core.Authn.Services.V1.ListSessionsRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ListSessions, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ListSessionsResponse> ListSessionsAsync(global::udb.core.Authn.Services.V1.ListSessionsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListSessionsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ListSessionsResponse> ListSessionsAsync(global::udb.core.Authn.Services.V1.ListSessionsRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ListSessions, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.RevokeSessionResponse RevokeSession(global::udb.core.Authn.Services.V1.RevokeSessionRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return RevokeSession(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.RevokeSessionResponse RevokeSession(global::udb.core.Authn.Services.V1.RevokeSessionRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_RevokeSession, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.RevokeSessionResponse> RevokeSessionAsync(global::udb.core.Authn.Services.V1.RevokeSessionRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return RevokeSessionAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.RevokeSessionResponse> RevokeSessionAsync(global::udb.core.Authn.Services.V1.RevokeSessionRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_RevokeSession, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ValidateCSRFResponse ValidateCSRF(global::udb.core.Authn.Services.V1.ValidateCSRFRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ValidateCSRF(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ValidateCSRFResponse ValidateCSRF(global::udb.core.Authn.Services.V1.ValidateCSRFRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ValidateCSRF, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ValidateCSRFResponse> ValidateCSRFAsync(global::udb.core.Authn.Services.V1.ValidateCSRFRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ValidateCSRFAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ValidateCSRFResponse> ValidateCSRFAsync(global::udb.core.Authn.Services.V1.ValidateCSRFRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ValidateCSRF, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.EnrollMFAResponse EnrollMFA(global::udb.core.Authn.Services.V1.EnrollMFARequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return EnrollMFA(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.EnrollMFAResponse EnrollMFA(global::udb.core.Authn.Services.V1.EnrollMFARequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_EnrollMFA, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.EnrollMFAResponse> EnrollMFAAsync(global::udb.core.Authn.Services.V1.EnrollMFARequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return EnrollMFAAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.EnrollMFAResponse> EnrollMFAAsync(global::udb.core.Authn.Services.V1.EnrollMFARequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_EnrollMFA, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentResponse ConfirmMFAEnrollment(global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ConfirmMFAEnrollment(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentResponse ConfirmMFAEnrollment(global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ConfirmMFAEnrollment, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentResponse> ConfirmMFAEnrollmentAsync(global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ConfirmMFAEnrollmentAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentResponse> ConfirmMFAEnrollmentAsync(global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ConfirmMFAEnrollment, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected override AuthnServiceClient NewInstance(ClientBaseConfiguration configuration)
{
return new AuthnServiceClient(configuration);
}
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public static grpc::ServerServiceDefinition BindService(AuthnServiceBase serviceImpl)
{
return grpc::ServerServiceDefinition.CreateBuilder()
.AddMethod(__Method_CreateUser, serviceImpl.CreateUser)
.AddMethod(__Method_GetUser, serviceImpl.GetUser)
.AddMethod(__Method_ListUsers, serviceImpl.ListUsers)
.AddMethod(__Method_UpdateUser, serviceImpl.UpdateUser)
.AddMethod(__Method_ChangeUserStatus, serviceImpl.ChangeUserStatus)
.AddMethod(__Method_AdminResetPassword, serviceImpl.AdminResetPassword)
.AddMethod(__Method_SendOTP, serviceImpl.SendOTP)
.AddMethod(__Method_VerifyOTP, serviceImpl.VerifyOTP)
.AddMethod(__Method_ResendOTP, serviceImpl.ResendOTP)
.AddMethod(__Method_Authenticate, serviceImpl.Authenticate)
.AddMethod(__Method_Login, serviceImpl.Login)
.AddMethod(__Method_RefreshToken, serviceImpl.RefreshToken)
.AddMethod(__Method_Logout, serviceImpl.Logout)
.AddMethod(__Method_ChangePassword, serviceImpl.ChangePassword)
.AddMethod(__Method_ValidateToken, serviceImpl.ValidateToken)
.AddMethod(__Method_CreateSession, serviceImpl.CreateSession)
.AddMethod(__Method_RefreshSession, serviceImpl.RefreshSession)
.AddMethod(__Method_GetSession, serviceImpl.GetSession)
.AddMethod(__Method_ListSessions, serviceImpl.ListSessions)
.AddMethod(__Method_RevokeSession, serviceImpl.RevokeSession)
.AddMethod(__Method_ValidateCSRF, serviceImpl.ValidateCSRF)
.AddMethod(__Method_EnrollMFA, serviceImpl.EnrollMFA)
.AddMethod(__Method_ConfirmMFAEnrollment, serviceImpl.ConfirmMFAEnrollment).Build();
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public static void BindService(grpc::ServiceBinderBase serviceBinder, AuthnServiceBase serviceImpl)
{
serviceBinder.AddMethod(__Method_CreateUser, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.CreateUserRequest, global::udb.core.Authn.Services.V1.CreateUserResponse>(serviceImpl.CreateUser));
serviceBinder.AddMethod(__Method_GetUser, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.GetUserRequest, global::udb.core.Authn.Services.V1.GetUserResponse>(serviceImpl.GetUser));
serviceBinder.AddMethod(__Method_ListUsers, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.ListUsersRequest, global::udb.core.Authn.Services.V1.ListUsersResponse>(serviceImpl.ListUsers));
serviceBinder.AddMethod(__Method_UpdateUser, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.UpdateUserRequest, global::udb.core.Authn.Services.V1.UpdateUserResponse>(serviceImpl.UpdateUser));
serviceBinder.AddMethod(__Method_ChangeUserStatus, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.ChangeUserStatusRequest, global::udb.core.Authn.Services.V1.ChangeUserStatusResponse>(serviceImpl.ChangeUserStatus));
serviceBinder.AddMethod(__Method_AdminResetPassword, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.AdminResetPasswordRequest, global::udb.core.Authn.Services.V1.AdminResetPasswordResponse>(serviceImpl.AdminResetPassword));
serviceBinder.AddMethod(__Method_SendOTP, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.SendOTPRequest, global::udb.core.Authn.Services.V1.SendOTPResponse>(serviceImpl.SendOTP));
serviceBinder.AddMethod(__Method_VerifyOTP, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.VerifyOTPRequest, global::udb.core.Authn.Services.V1.VerifyOTPResponse>(serviceImpl.VerifyOTP));
serviceBinder.AddMethod(__Method_ResendOTP, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.ResendOTPRequest, global::udb.core.Authn.Services.V1.ResendOTPResponse>(serviceImpl.ResendOTP));
serviceBinder.AddMethod(__Method_Authenticate, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.AuthnRequest, global::udb.core.Authn.Services.V1.AuthnResponse>(serviceImpl.Authenticate));
serviceBinder.AddMethod(__Method_Login, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.LoginRequest, global::udb.core.Authn.Services.V1.LoginResponse>(serviceImpl.Login));
serviceBinder.AddMethod(__Method_RefreshToken, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.RefreshTokenRequest, global::udb.core.Authn.Services.V1.RefreshTokenResponse>(serviceImpl.RefreshToken));
serviceBinder.AddMethod(__Method_Logout, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.LogoutRequest, global::udb.core.Authn.Services.V1.LogoutResponse>(serviceImpl.Logout));
serviceBinder.AddMethod(__Method_ChangePassword, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.ChangePasswordRequest, global::udb.core.Authn.Services.V1.ChangePasswordResponse>(serviceImpl.ChangePassword));
serviceBinder.AddMethod(__Method_ValidateToken, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.ValidateTokenRequest, global::udb.core.Authn.Services.V1.ValidateTokenResponse>(serviceImpl.ValidateToken));
serviceBinder.AddMethod(__Method_CreateSession, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.CreateSessionRequest, global::udb.core.Authn.Services.V1.CreateSessionResponse>(serviceImpl.CreateSession));
serviceBinder.AddMethod(__Method_RefreshSession, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.RefreshSessionRequest, global::udb.core.Authn.Services.V1.RefreshSessionResponse>(serviceImpl.RefreshSession));
serviceBinder.AddMethod(__Method_GetSession, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.GetSessionRequest, global::udb.core.Authn.Services.V1.GetSessionResponse>(serviceImpl.GetSession));
serviceBinder.AddMethod(__Method_ListSessions, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.ListSessionsRequest, global::udb.core.Authn.Services.V1.ListSessionsResponse>(serviceImpl.ListSessions));
serviceBinder.AddMethod(__Method_RevokeSession, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.RevokeSessionRequest, global::udb.core.Authn.Services.V1.RevokeSessionResponse>(serviceImpl.RevokeSession));
serviceBinder.AddMethod(__Method_ValidateCSRF, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.ValidateCSRFRequest, global::udb.core.Authn.Services.V1.ValidateCSRFResponse>(serviceImpl.ValidateCSRF));
serviceBinder.AddMethod(__Method_EnrollMFA, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.EnrollMFARequest, global::udb.core.Authn.Services.V1.EnrollMFAResponse>(serviceImpl.EnrollMFA));
serviceBinder.AddMethod(__Method_ConfirmMFAEnrollment, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentRequest, global::udb.core.Authn.Services.V1.ConfirmMFAEnrollmentResponse>(serviceImpl.ConfirmMFAEnrollment));
}
}
}
#endregion