AuthServiceBase constructor

AuthServiceBase()

Implementation

AuthServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.HealthzRequest, $0.HealthzResponse>(
      'Healthz',
      healthz_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.HealthzRequest.fromBuffer(value),
      ($0.HealthzResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.GetSupportedLanguagesRequest,
          $0.GetSupportedLanguagesResponse>(
      'GetSupportedLanguages',
      getSupportedLanguages_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.GetSupportedLanguagesRequest.fromBuffer(value),
      ($0.GetSupportedLanguagesResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.GetMyUserRequest, $0.GetMyUserResponse>(
      'GetMyUser',
      getMyUser_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.GetMyUserRequest.fromBuffer(value),
      ($0.GetMyUserResponse value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.RemoveMyUserRequest, $0.RemoveMyUserResponse>(
          'RemoveMyUser',
          removeMyUser_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.RemoveMyUserRequest.fromBuffer(value),
          ($0.RemoveMyUserResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ListMyUserChangesRequest,
          $0.ListMyUserChangesResponse>(
      'ListMyUserChanges',
      listMyUserChanges_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListMyUserChangesRequest.fromBuffer(value),
      ($0.ListMyUserChangesResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ListMyUserSessionsRequest,
          $0.ListMyUserSessionsResponse>(
      'ListMyUserSessions',
      listMyUserSessions_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListMyUserSessionsRequest.fromBuffer(value),
      ($0.ListMyUserSessionsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ListMyMetadataRequest,
          $0.ListMyMetadataResponse>(
      'ListMyMetadata',
      listMyMetadata_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListMyMetadataRequest.fromBuffer(value),
      ($0.ListMyMetadataResponse value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.GetMyMetadataRequest, $0.GetMyMetadataResponse>(
          'GetMyMetadata',
          getMyMetadata_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.GetMyMetadataRequest.fromBuffer(value),
          ($0.GetMyMetadataResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ListMyRefreshTokensRequest,
          $0.ListMyRefreshTokensResponse>(
      'ListMyRefreshTokens',
      listMyRefreshTokens_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListMyRefreshTokensRequest.fromBuffer(value),
      ($0.ListMyRefreshTokensResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.RevokeMyRefreshTokenRequest,
          $0.RevokeMyRefreshTokenResponse>(
      'RevokeMyRefreshToken',
      revokeMyRefreshToken_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.RevokeMyRefreshTokenRequest.fromBuffer(value),
      ($0.RevokeMyRefreshTokenResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.RevokeAllMyRefreshTokensRequest,
          $0.RevokeAllMyRefreshTokensResponse>(
      'RevokeAllMyRefreshTokens',
      revokeAllMyRefreshTokens_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.RevokeAllMyRefreshTokensRequest.fromBuffer(value),
      ($0.RevokeAllMyRefreshTokensResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.UpdateMyUserNameRequest,
          $0.UpdateMyUserNameResponse>(
      'UpdateMyUserName',
      updateMyUserName_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.UpdateMyUserNameRequest.fromBuffer(value),
      ($0.UpdateMyUserNameResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.GetMyPasswordComplexityPolicyRequest,
          $0.GetMyPasswordComplexityPolicyResponse>(
      'GetMyPasswordComplexityPolicy',
      getMyPasswordComplexityPolicy_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.GetMyPasswordComplexityPolicyRequest.fromBuffer(value),
      ($0.GetMyPasswordComplexityPolicyResponse value) =>
          value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.UpdateMyPasswordRequest,
          $0.UpdateMyPasswordResponse>(
      'UpdateMyPassword',
      updateMyPassword_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.UpdateMyPasswordRequest.fromBuffer(value),
      ($0.UpdateMyPasswordResponse value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.GetMyProfileRequest, $0.GetMyProfileResponse>(
          'GetMyProfile',
          getMyProfile_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.GetMyProfileRequest.fromBuffer(value),
          ($0.GetMyProfileResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.UpdateMyProfileRequest,
          $0.UpdateMyProfileResponse>(
      'UpdateMyProfile',
      updateMyProfile_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.UpdateMyProfileRequest.fromBuffer(value),
      ($0.UpdateMyProfileResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.GetMyEmailRequest, $0.GetMyEmailResponse>(
      'GetMyEmail',
      getMyEmail_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.GetMyEmailRequest.fromBuffer(value),
      ($0.GetMyEmailResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.SetMyEmailRequest, $0.SetMyEmailResponse>(
      'SetMyEmail',
      setMyEmail_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.SetMyEmailRequest.fromBuffer(value),
      ($0.SetMyEmailResponse value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.VerifyMyEmailRequest, $0.VerifyMyEmailResponse>(
          'VerifyMyEmail',
          verifyMyEmail_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.VerifyMyEmailRequest.fromBuffer(value),
          ($0.VerifyMyEmailResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ResendMyEmailVerificationRequest,
          $0.ResendMyEmailVerificationResponse>(
      'ResendMyEmailVerification',
      resendMyEmailVerification_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ResendMyEmailVerificationRequest.fromBuffer(value),
      ($0.ResendMyEmailVerificationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.GetMyPhoneRequest, $0.GetMyPhoneResponse>(
      'GetMyPhone',
      getMyPhone_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.GetMyPhoneRequest.fromBuffer(value),
      ($0.GetMyPhoneResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.SetMyPhoneRequest, $0.SetMyPhoneResponse>(
      'SetMyPhone',
      setMyPhone_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.SetMyPhoneRequest.fromBuffer(value),
      ($0.SetMyPhoneResponse value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.VerifyMyPhoneRequest, $0.VerifyMyPhoneResponse>(
          'VerifyMyPhone',
          verifyMyPhone_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.VerifyMyPhoneRequest.fromBuffer(value),
          ($0.VerifyMyPhoneResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ResendMyPhoneVerificationRequest,
          $0.ResendMyPhoneVerificationResponse>(
      'ResendMyPhoneVerification',
      resendMyPhoneVerification_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ResendMyPhoneVerificationRequest.fromBuffer(value),
      ($0.ResendMyPhoneVerificationResponse value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.RemoveMyPhoneRequest, $0.RemoveMyPhoneResponse>(
          'RemoveMyPhone',
          removeMyPhone_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.RemoveMyPhoneRequest.fromBuffer(value),
          ($0.RemoveMyPhoneResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.RemoveMyAvatarRequest,
          $0.RemoveMyAvatarResponse>(
      'RemoveMyAvatar',
      removeMyAvatar_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.RemoveMyAvatarRequest.fromBuffer(value),
      ($0.RemoveMyAvatarResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ListMyLinkedIDPsRequest,
          $0.ListMyLinkedIDPsResponse>(
      'ListMyLinkedIDPs',
      listMyLinkedIDPs_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListMyLinkedIDPsRequest.fromBuffer(value),
      ($0.ListMyLinkedIDPsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.RemoveMyLinkedIDPRequest,
          $0.RemoveMyLinkedIDPResponse>(
      'RemoveMyLinkedIDP',
      removeMyLinkedIDP_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.RemoveMyLinkedIDPRequest.fromBuffer(value),
      ($0.RemoveMyLinkedIDPResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ListMyAuthFactorsRequest,
          $0.ListMyAuthFactorsResponse>(
      'ListMyAuthFactors',
      listMyAuthFactors_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListMyAuthFactorsRequest.fromBuffer(value),
      ($0.ListMyAuthFactorsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.AddMyAuthFactorOTPRequest,
          $0.AddMyAuthFactorOTPResponse>(
      'AddMyAuthFactorOTP',
      addMyAuthFactorOTP_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.AddMyAuthFactorOTPRequest.fromBuffer(value),
      ($0.AddMyAuthFactorOTPResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.VerifyMyAuthFactorOTPRequest,
          $0.VerifyMyAuthFactorOTPResponse>(
      'VerifyMyAuthFactorOTP',
      verifyMyAuthFactorOTP_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.VerifyMyAuthFactorOTPRequest.fromBuffer(value),
      ($0.VerifyMyAuthFactorOTPResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.RemoveMyAuthFactorOTPRequest,
          $0.RemoveMyAuthFactorOTPResponse>(
      'RemoveMyAuthFactorOTP',
      removeMyAuthFactorOTP_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.RemoveMyAuthFactorOTPRequest.fromBuffer(value),
      ($0.RemoveMyAuthFactorOTPResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.AddMyAuthFactorOTPSMSRequest,
          $0.AddMyAuthFactorOTPSMSResponse>(
      'AddMyAuthFactorOTPSMS',
      addMyAuthFactorOTPSMS_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.AddMyAuthFactorOTPSMSRequest.fromBuffer(value),
      ($0.AddMyAuthFactorOTPSMSResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.RemoveMyAuthFactorOTPSMSRequest,
          $0.RemoveMyAuthFactorOTPSMSResponse>(
      'RemoveMyAuthFactorOTPSMS',
      removeMyAuthFactorOTPSMS_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.RemoveMyAuthFactorOTPSMSRequest.fromBuffer(value),
      ($0.RemoveMyAuthFactorOTPSMSResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.AddMyAuthFactorOTPEmailRequest,
          $0.AddMyAuthFactorOTPEmailResponse>(
      'AddMyAuthFactorOTPEmail',
      addMyAuthFactorOTPEmail_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.AddMyAuthFactorOTPEmailRequest.fromBuffer(value),
      ($0.AddMyAuthFactorOTPEmailResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.RemoveMyAuthFactorOTPEmailRequest,
          $0.RemoveMyAuthFactorOTPEmailResponse>(
      'RemoveMyAuthFactorOTPEmail',
      removeMyAuthFactorOTPEmail_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.RemoveMyAuthFactorOTPEmailRequest.fromBuffer(value),
      ($0.RemoveMyAuthFactorOTPEmailResponse value) =>
          value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.AddMyAuthFactorU2FRequest,
          $0.AddMyAuthFactorU2FResponse>(
      'AddMyAuthFactorU2F',
      addMyAuthFactorU2F_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.AddMyAuthFactorU2FRequest.fromBuffer(value),
      ($0.AddMyAuthFactorU2FResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.VerifyMyAuthFactorU2FRequest,
          $0.VerifyMyAuthFactorU2FResponse>(
      'VerifyMyAuthFactorU2F',
      verifyMyAuthFactorU2F_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.VerifyMyAuthFactorU2FRequest.fromBuffer(value),
      ($0.VerifyMyAuthFactorU2FResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.RemoveMyAuthFactorU2FRequest,
          $0.RemoveMyAuthFactorU2FResponse>(
      'RemoveMyAuthFactorU2F',
      removeMyAuthFactorU2F_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.RemoveMyAuthFactorU2FRequest.fromBuffer(value),
      ($0.RemoveMyAuthFactorU2FResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ListMyPasswordlessRequest,
          $0.ListMyPasswordlessResponse>(
      'ListMyPasswordless',
      listMyPasswordless_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListMyPasswordlessRequest.fromBuffer(value),
      ($0.ListMyPasswordlessResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.AddMyPasswordlessRequest,
          $0.AddMyPasswordlessResponse>(
      'AddMyPasswordless',
      addMyPasswordless_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.AddMyPasswordlessRequest.fromBuffer(value),
      ($0.AddMyPasswordlessResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.AddMyPasswordlessLinkRequest,
          $0.AddMyPasswordlessLinkResponse>(
      'AddMyPasswordlessLink',
      addMyPasswordlessLink_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.AddMyPasswordlessLinkRequest.fromBuffer(value),
      ($0.AddMyPasswordlessLinkResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.SendMyPasswordlessLinkRequest,
          $0.SendMyPasswordlessLinkResponse>(
      'SendMyPasswordlessLink',
      sendMyPasswordlessLink_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.SendMyPasswordlessLinkRequest.fromBuffer(value),
      ($0.SendMyPasswordlessLinkResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.VerifyMyPasswordlessRequest,
          $0.VerifyMyPasswordlessResponse>(
      'VerifyMyPasswordless',
      verifyMyPasswordless_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.VerifyMyPasswordlessRequest.fromBuffer(value),
      ($0.VerifyMyPasswordlessResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.RemoveMyPasswordlessRequest,
          $0.RemoveMyPasswordlessResponse>(
      'RemoveMyPasswordless',
      removeMyPasswordless_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.RemoveMyPasswordlessRequest.fromBuffer(value),
      ($0.RemoveMyPasswordlessResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ListMyUserGrantsRequest,
          $0.ListMyUserGrantsResponse>(
      'ListMyUserGrants',
      listMyUserGrants_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListMyUserGrantsRequest.fromBuffer(value),
      ($0.ListMyUserGrantsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ListMyProjectOrgsRequest,
          $0.ListMyProjectOrgsResponse>(
      'ListMyProjectOrgs',
      listMyProjectOrgs_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListMyProjectOrgsRequest.fromBuffer(value),
      ($0.ListMyProjectOrgsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ListMyZitadelPermissionsRequest,
          $0.ListMyZitadelPermissionsResponse>(
      'ListMyZitadelPermissions',
      listMyZitadelPermissions_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListMyZitadelPermissionsRequest.fromBuffer(value),
      ($0.ListMyZitadelPermissionsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ListMyProjectPermissionsRequest,
          $0.ListMyProjectPermissionsResponse>(
      'ListMyProjectPermissions',
      listMyProjectPermissions_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListMyProjectPermissionsRequest.fromBuffer(value),
      ($0.ListMyProjectPermissionsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ListMyMembershipsRequest,
          $0.ListMyMembershipsResponse>(
      'ListMyMemberships',
      listMyMemberships_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListMyMembershipsRequest.fromBuffer(value),
      ($0.ListMyMembershipsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.GetMyLabelPolicyRequest,
          $0.GetMyLabelPolicyResponse>(
      'GetMyLabelPolicy',
      getMyLabelPolicy_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.GetMyLabelPolicyRequest.fromBuffer(value),
      ($0.GetMyLabelPolicyResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.GetMyPrivacyPolicyRequest,
          $0.GetMyPrivacyPolicyResponse>(
      'GetMyPrivacyPolicy',
      getMyPrivacyPolicy_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.GetMyPrivacyPolicyRequest.fromBuffer(value),
      ($0.GetMyPrivacyPolicyResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.GetMyLoginPolicyRequest,
          $0.GetMyLoginPolicyResponse>(
      'GetMyLoginPolicy',
      getMyLoginPolicy_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.GetMyLoginPolicyRequest.fromBuffer(value),
      ($0.GetMyLoginPolicyResponse value) => value.writeToBuffer()));
}